Re: String Display
[Prev][Next][Index][Thread]
Re: String Display
There is no automatic method. Just use a routine like this (on the TI-85,
where the string variable name is "string") :
For(X,1,-int -(lngth string/21))
Disp sub(string,21*(X-1)+1,min(21,lngth string-(21*(X+1))))
End
________________
Jeff Tyrrill
http://tyrrill-ticalc.home.ml.org/
http://ti-files.home.ml.org/
-----Original Message-----
From: Open discussion of TI Graphing Calculators On Behalf Of Dale Kane
Sent: Sunday, September 07, 1997 3:15 PM
To: CALC-TI@LISTS.PPP.TI.COM
Subject: String Display
Is there a way of diplaying a string so that it wraps and does not go
off the screen. Ie... diplays like a long Eq.
cc to my email please if posting a reply
kanedale@pilot.msu.edu