using a short script, what the best way to have it increase this line by one and stop at 1999?
on each pass i need to bump 1200 up 1 digit and stop at 1999. thanks
john poole
bellsouth business
columbia,sc
Code:
procmain
loop:
waitfor "NPA "
transmit "1200^M"
call stepto
goto loop
endproc
on each pass i need to bump 1200 up 1 digit and stop at 1999. thanks
john poole
bellsouth business
columbia,sc