Hello everyone,
I was wandering if it is possible to implement the extended 32 bit idea to something as simple as for / next loop.
How will this simple loop look like if I need to deal with more than word size index:
For index =0 to big_number
Hserout [record(index),13,10]
Pause 100
Next
Is it possible to have a big_number = 1,000,000 – 2,000,000?
Thank you for your input.
Nick
Bookmarks