Contents |
Effect
Calls a specific phone number via tone-dial.
This instruction can only be used in a Terminal program.
Syntax
CALL DIAL(<StringVariable>)
Parameter
<StringVariable> stores the phone number to be called.
Permitted input: 0123456789-AaBbCcDd*# (- corresponds to 1 second of waiting time).
Example
A$="05110-c034":_DIAL(A$)