Beep

Description

Sounds a tone through the computer’s speaker

Syntax

Beep ( )

Parameters

None

Remarks

Parentheses are optional. This is a PASSPORT command.

Example

Sub ZMain()
Beep
End Sub