on 2/14/02 4:49 PM, "Javier Miranda V." <[EMAIL PROTECTED]> 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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution