Posted by Jeff on July 11, 2019 at 22:40:03:
Can anyone explain why this program locks up my system? If the MAP format statement has constants, it's OK. If I compile and run this, the Comet session locks up completely.
LENGTH 1 & LOCAL A$,B$
LENGTH 25 & LOCAL C$,D$
MAP: MAP A$,B$
CLEAR
A$='S'
B$='Z'
C$='THIS IS A TEST'
D$=REPLACE(MAP,C$)
PRINT D$
WAIT
STOP
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.