Portability Subroutine: Sounds the speaker at the specified frequency for the specified duration in milliseconds.
Module: USE IFPORT
Syntax
BEEPQQ does not return until the sound terminates.
Compatibility
CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB
See Also
Example
USE IFPORT
INTEGER(4) frequency, duration
frequency = 4000
duration = 1000
CALL BEEPQQ(frequency, duration)