[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SOUND                        Turn Speaker On                         pp 185

 Syntax:  Sound ;

 Type:    N/A

 Form:    Procedure

 Purpose: Turn speaker on until execution of NoSound 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 NoSound
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson