[TIB] Re: equation to string?


[Prev][Next][Index][Thread]

[TIB] Re: equation to string?




At 3/16/2001 08:29 PM, you wrote:

>on the 89 how can you get the string command to not solve the eguation 
>before solving it or is there another way to convert eguations to strings?

var="eq"&stringvar
so lets say you have the problem of
x=348*y*z
and y is 14 and z is 15
so you want to display it like this:
x=348*14*15?
if so do this
str="x=348*"&str(y)&"*"&str(z)
then to solve you would convert the string back to numbers
This help?


----
Rob Smith
Rob's Quote of this Reset:
A government that robs Peter to pay Paul can always depend upon the support 
of Paul.
- George Bernard Shaw








References: