Dial a phone number

Sjoerd Op 't Land sjoerdoptland at mac.com
Thu Feb 28 13:04:01 EST 2002


Mathias Glaus wrote/ schreef:

> Hello, 
> 
> Few years ago, I have used the dial function in Hypercard, e.g. : dial
> 05552222 
> 
> What is the corresponding function in Metacard?
There is none in MetaCard. You could try to build something like that
yourself. E.g.:

on dial dNumber
  open file "modem:" for write
  write "ATDT" && dNumber to file "modem:"
  close file "modem:"
end dial dNumber

> Mathias Glaus
Regards, / Groeten,
Sjoerd




More information about the metacard mailing list