Posted by Jim Guerber on October 17, 2012 at 10:06:47:
In Reply to: Comet 32's TRACE posted by Robert G Laurin on October 16, 2012 at 09:29:15:
Sorry, Robert, I traced way more than 1137 lines. In fact, I made a test program that counted up to 12000 in a for/next loop and it traced all the way. That was 3 trace lines for each iteration.
As far as I know there is no limit to the trace window (maybe memory of the machine??)
length 5.0 & local i
clear
print(et)
trace on
for i = 1 to 12000
print i
next i
done:
print 'done'
wait
stop
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.