Dial phone
Philip Usher
usher at iqcisp.com
Thu Feb 14 21:33:00 EST 2002
on 2/14/02 4:49 PM, "Javier Miranda V." <jmirandav at mac.com> wrote:
> How can I make Revolution dial?, I mean make a phone call!!!
if you have the phone number stored in a variable, l(et's get radical and
call this variable lPhoneNumber), then you can call it in a handler with the
following:
open file "modem:" --open modem port
write "ATS0=0S7=1D" & lPhoneNumber & cr to file "modem:"
close file "modem:" --close it so you don't wonder why you can't use
the modem in another app.
Cheers amigo, Philip
More information about the use-livecode
mailing list