TIB: Re: Re: Re: problems with strings and equations


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

TIB: Re: Re: Re: problems with strings and equations



Eq |> St (arg1, arg2)
arg1:equation var name
arg2: string var name
 
try
equation-1/->/equasion2
eq>st(equasion2,string2)
string + "+" + string2/->/string
 
 
 
From: Jonas Oberg <jonaob@algonet.se>

>try equation-1/->/string2
>string + "+" + string2/->/string
 
>this might work
 
Unfortunately it doesn't. On the first line string2 becomes an equation variable and on the second it won't allow an equation when appending strings and returns "ERROR 10 DATA TYPE."
 
/Tekk