Hi I dont know how to program, but i need to make a program that
will save a file with the numbers 0000 to 9999. I found the current
code but i cant figure out how to save it to a file that I can open
in notepad or something. Thanks
for x=0 TO 9999
print x,
next
------------------
will save a file with the numbers 0000 to 9999. I found the current
code but i cant figure out how to save it to a file that I can open
in notepad or something. Thanks

for x=0 TO 9999
print x,
next
------------------
Comment