Question
how to pass values of find to some other varaibles
- February 17, 2015
- 1 reply
- 772 views
I have some values in the Find function like,
f(v):=Find(x,y)
I want to assign the values of (f(v)0 , f(v)1) to two variables like,
X:= f(v)0 Y:=f(v)1 and i want to use these values.
How can i do this.
In the attached file, i explained clearly.
thank you in advance.

