Chapter Contents |
Previous |
Next |
CALL SOUND |
Windows specifics: | all |
Syntax | |
Example | |
Producing a Tone |
Syntax |
CALL SOUND(frequency,duration) |
Example |
The following statement produces a tone of frequency 523 cycles per second (middle C) lasting 2 seconds:
data _null_; call sound(523,160); run;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.