Hello all, I'm trying to read to a variable the DataNumber from the connection directory.
I wrote this script:
;Recorded script. Editing may be required.
proc main
String numero
commandmode on
transmit "at^M"
waitfor "K^M^J"
transmit "ath\n1s37=5^M"
waitfor "K^M^J"
transmit "at^M"
numero = $DIALENTRY
transmit numero
transmit "^M"
endproc
When I transmit the procomm sends the name of the customer, whow can I retrieve the data number of this entry ????
Best Regards,
Jose Carlos
I wrote this script:
;Recorded script. Editing may be required.
proc main
String numero
commandmode on
transmit "at^M"
waitfor "K^M^J"
transmit "ath\n1s37=5^M"
waitfor "K^M^J"
transmit "at^M"
numero = $DIALENTRY
transmit numero
transmit "^M"
endproc
When I transmit the procomm sends the name of the customer, whow can I retrieve the data number of this entry ????
Best Regards,
Jose Carlos