Function Tone() Foundation
Produces a speaker tone with specific tone frequency and duration.
Tone( <nFrequency>, [<nDuration>] ) --> NIL
The return value of Tone() is always NIL.
The environment function Tone() produces a tone signal to alert the user to a specific program condition. Common program conditions for which tone signals are useful are reaching the start or end of a file, termination of a timed procedure or when the user has selected a control element not available at that time.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.