Hi friends...
See my doubts:
proc main
transmit "chg^M"
waitfor "TYPE"
transmit "500^M"
waitfor "TN "
transmit "4 0 9 3^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "cls fna^M"
waitfor "ITEM"
transmit "^M"
waitfor "REQ: "
#Doubt 1: After the expression 'waitfor "REQ: "', I need of a loop to 'transmit "chg^M"';
#Doubt 2: In the line 'transmit "4 0 9 3^M"', I need that the characters '4 0 9 3' be extracted of a txt file or a excel file. ie, the next character sequence would be '4 0 9 4', '4 0 9 5' (...)
I'm waiting the help, thanks...
PS: Sorry for my bad english ok?
See my doubts:
proc main
transmit "chg^M"
waitfor "TYPE"
transmit "500^M"
waitfor "TN "
transmit "4 0 9 3^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "cls fna^M"
waitfor "ITEM"
transmit "^M"
waitfor "REQ: "
#Doubt 1: After the expression 'waitfor "REQ: "', I need of a loop to 'transmit "chg^M"';
#Doubt 2: In the line 'transmit "4 0 9 3^M"', I need that the characters '4 0 9 3' be extracted of a txt file or a excel file. ie, the next character sequence would be '4 0 9 4', '4 0 9 5' (...)
I'm waiting the help, thanks...
PS: Sorry for my bad english ok?