locharmoss
Programmer
Howdy, please can you help
I have the following lines of code in my script.
for NumA = 50000 upto 57999
transmit NumA
transmit "^M"
endfor
Except I need it to output
50000 (cr)
50001 (cr)
all the way until 57999
I know i am doing something dumb, Please help.
Instant recognition in my household for those who can help.
Allan
I have the following lines of code in my script.
for NumA = 50000 upto 57999
transmit NumA
transmit "^M"
endfor
Except I need it to output
50000 (cr)
50001 (cr)
all the way until 57999
I know i am doing something dumb, Please help.
Instant recognition in my household for those who can help.
Allan