×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

PlaySound

146 bytes added, 10:11, 9 February 2012
no edit summary
Plays the specified wave (.wav) sound file.
==== Usage ====<syntaxhighlight>PlaySound("PathFilename")</syntaxhighlight>
<syntaxhighlight>PlaySound("PathFilename")</syntaxhighlight> Where:  Where: [['''PathFilename]] ''' - a string expression specifying the path and filename of the wave file to be played . == Notes ==* Use [http://www2.research.att.com/~ttsweb/tts/demo.php AT&T Labs Natural Voices® Text-to-Speech Demo] to generate your own sound files.
==== Example ====
Play ding.wav sound file located in the root directory of the C: hard drive:
<syntaxhighlight>PlaySound("C:\ding.wav");</syntaxhighlight>
 
[[Category:Output]]

Navigation menu