A83: String Input and tutorial33
[Prev][Next][Index][Thread]
A83: String Input and tutorial33
hey guys,
i've looked at both the code in james's tut#33 and in linus's txt file on
ticalc.org about string input. I notice that the one in james's tut has an
'inc l' in the display loop, while linus's doesn't. When i tried runnning
them, neither worked.
With james's ver i'd get a whole bunch of ' ······' (more than a screen's
worth)
with linus's ver the first letter of the string is repeated x (length of
string) times.
To cut a long e-mail short
Shouldn't it be: inc hl ;instead of just l? Cuz this is the only way i
could make it work.
Richard James
'Boricua'
boricua@iname.com
icq:1271639
Richard James
'Boricua'
boricua@iname.com
icq:1271639
Follow-Ups: