The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Madison Motorsports
Can You Hear This? - Printable Version

+- Madison Motorsports (https://forum.mmsports.org)
+-- Forum: Madison Motorsports (https://forum.mmsports.org/forumdisplay.php?fid=3)
+--- Forum: Lounge (https://forum.mmsports.org/forumdisplay.php?fid=6)
+--- Thread: Can You Hear This? (/showthread.php?tid=5863)

Pages: 1 2 3


- mrbaggio - 04-26-2007

My co-worker wrote a quick bit of code to play a tone in SAS. If any of you are able to run SAS code (doubt it)

First number is the frequency. Second number is the length.

data one;
call sound(11000,2000);
run;

My work laptop could play as low as 37, but there seemed to be lots of distortion.