sounds/telephony

Ken Norris pixelbird at interisland.net
Sun Feb 15 16:45:16 EST 2004


P.S.

This:

on mouseUp
  dial "1234567"
end mouseUp

on dial dNumber -- function by Sjoerd Op 't Land
   open file modem: for write
   write "ATDT" && dNumber && return to file modem:
end dial dNumber

...does nothing on my Mac G4, built-in modem, OS 9.2.1

Any suggestions?

TIA,
Ken N.



More information about the use-livecode mailing list