Beep
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > General functions > Beep |
Description
Sound a tone through the computer's speaker.
Syntax
Beep[ ( nTimes [, WaitMilliSecs ]) ]
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
nTimes |
Number |
Yes |
Number of times to sound a beep. Default is 1 |
WaitMilliSecs |
Number |
Yes |
Milliseconds to wait between one beep and the other. Default is 100 |
Remarks
Restrictions
See also
Examples