Function:

BEEP <frequency>, <duration>

Purpose:

    This function will beep the internal computer speaker at a set frequency for a set amount of time.

 

Parameters:

    <frequency> - Tone of the sound in hertz. Can range from 32 to 32,767.

    <duration>    - The length of the beep in milliseconds. 1000 milliseconds is equal to 1 second.

 

Return Values: