Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
dial posInteger
dial posInteger with modem
¬ [modemCommands
]
The dial
command generates touch-tone sounds for the digits in posInteger
through the Macintosh speaker. To dial the phone from HyperCard, you must either hold the handset up to the speaker of your Macintosh or use a device that feeds Macintosh audio output to the telephone. with modem
option, HyperCard sets up calls using the modem connected to the modem port. For more information about using modems with HyperCard, see the Phone Dialer stack. See your modem manual for valid modemCommands
. ask "Enter a phone number:"
if it is not empty then dial it
dial myHomeComputer -- if myHomeComputer contains a number
dial "415-555-1212"
dial "999-973-6000" with modem
dial "999-996-1010" with modem "ATS0=0S7=1DT" -- depends on your modem
on mouseUp
dial "(123) 456-7890"
end mouseUp
3
67 mod 13
the number of bg fields
the number of backgrounds
the number of cards div 2
See also: background, bkgnd, button, card, chunk,
field,
menu
, and menuItem
Commands
Version 0.7b1 (March 24, 2022)