Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reset variables

Status
Not open for further replies.

blckwtr

Mechanical
Joined
Oct 30, 2006
Messages
204
Location
NO
I have defined a function, and found a solution for a specific varable. However, with an additional boundary value, there is a new solution, found with another method. (the variable changes value). How can i reset the variable?

Let's say: r=0.3

f(r)=something

reset r

f(r)=f(r)
 
Why not:
r:=0.3
f(r)=something
r:=0.4
f(r)=something else
?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top