[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NOSOUND Turn Speaker Off pp 185
Syntax: NoSound ;
Type: N/A
Form: Procedure
Purpose: Turn speaker off after execution of Sound statement.
----------------------------------------------------------------------------
Usage:
CONST
IntVar : Integer = 1000 ; { 1000 Hz frequency }
BEGIN
Sound (IntVar) ; { Turn sound on }
Delay (500) ; { Wait 500 msec }
NoSound ; { Turn sound off }
END.
See Also:
Delay
Sound
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson