Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 517 Bytes

File metadata and controls

36 lines (29 loc) · 517 Bytes

SysBeep

Description

Procedure SysBeep uses the current system prompt sound to alert the user.

PROCEDURE SysBeep;
def vs.SysBeep():
    return None

Examples

SysBeep;
vs.SysBeep()
vs.Absolute()
vs.MoveTo( 0, 0 )
vs.BeginGroup()
vs.CreateText( message1 )

if vs.PSweep > 90:
	vs.SysBeep()
	sweepTmp = 90
	vs.SetRField( gObjHandle, gObjName, 'Sweep', '90' )

Version

Availability: from All Versions

Category