The wxbasic.exe will dump the memory if you enter this small program:
open "x.x" for input as 1 line input #1, l$ print right$(l$, len(l$)-1) close #1 END
Any idea?
Attila Haraszti
Log in to post a comment.