Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

dialingVolume

set [the] dialingVolume to integer

The dialingVolume property sets or returns the volume of the dialing tones generated through the computer speaker by the dial command.

integer evaluates to an integer in the range 0 through 7, where 0 is extremely low but does not shut off the sound entirely.


Examples

set dialingVolume to 5
if the dialingVolume is tooLoud then set the dialingVolume to 2

Placeholders

integer
An expression that evaluates to a positive or negative integer or to zero. For example:

3
18 - 100
-(3 * sum(1,3,4,5)) + 39
In AppleScript, integer is a value class.

Related Topics

« dialingTime | HyperTalk Reference | dontSearch »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

dialingVolume

set [the] dialingVolume to integer

The dialingVolume property sets or returns the volume of the dialing tones generated through the computer speaker by the dial command.

integer evaluates to an integer in the range 0 through 7, where 0 is extremely low but does not shut off the sound entirely.


Examples

set dialingVolume to 5
if the dialingVolume is tooLoud then set the dialingVolume to 2

Placeholders

integer
An expression that evaluates to a positive or negative integer or to zero. For example:

3
18 - 100
-(3 * sum(1,3,4,5)) + 39
In AppleScript, integer is a value class.

Related Topics

« dialingTime | HyperTalk Reference | dontSearch »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View