Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> beep() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    BEEP()

Purpose:     Ring the system bell one or more times.

Syntax:      BEEP( [ count ] )

Arguments:   count       - Optional numeric variable specifying the number
                           of times to ring the bell.  If no parameter is
                           specified, the bell will be sounded one time.

Returns:     A null string ("").

Description: This function merely rings the system bell the specified
             number of times.  BEEP() is a desired replacement for the ??
             CHR(7) + CHR(7) sequence.  It may not be very sophisticated,
             but you may find yourself using it all the time!

Notes:       No known weird behavior.

Example:     *-- ring the bell
             BEEP()

             *-- ring it 10 times
             BEEP(10)

Source:      RL_BEEP.PRG

See also:    BLIP(), BUZZ()

See Also: BLIP() BUZZ()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson