programming question for the 86 (about strings)


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

programming question for the 86 (about strings)



If you have a variable, R, that is used as a counter, for example in a
for statement, how can you display that variable in a string of text.
If R was a string, then it could be displayed, could not be used in the
for statement.  On the ti-92, you can use this:

for(R,1,10)
disp "R is equal to "&string(R)
endfor

and on the 86 it looks SOMETHING like this

for(R,1,10
eq>st(R,rstr
disp "R is equal to "+Rstr
endfor

Thanks for any help

Tim Brierley
brierley@erols.com