Originally posted by Taksios Taxiou:
A$ = CHR$(1)+"Z00"+CHR$(2)+"AA"+CHR$(27)+" b"+STR$(Y)+CHR$(4)
[/B]
A$ = CHR$(1)+"Z00"+CHR$(2)+"AA"+CHR$(27)+" b"+STR$(Y)+CHR$(4)
[/B]
gonna beat a dead horse, even though I checked the date$.
as a side note, the above-quoted line can be reduced to a concantenation of three string functions:
A$ = CHR$(1,90,48,48,2,65,65,27,32,98) + STR$(Y) + CHR$(4)
i'm not sure if this would increase the speed of execution any, but it might
------------------
[This message has been edited by Kurt Schultz (edited August 26, 2003).]
Leave a comment: