×

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.

PlaySound - MultiCharts
Open main menu

PlaySound

Revision as of 12:41, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Plays the specified wave (.wav) sound file. ==== Usage ==== <syntaxhighlight>PlaySound("PathFilename")</syntaxhighlight> Where: PathFilename - a string expression spe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Plays the specified wave (.wav) sound file.

Usage

PlaySound("PathFilename")

Where: PathFilename - a string expression specifying the path and filename of the wave file to be played

Example

Play ding.wav sound file located in the root directory of the C: hard drive: 

PlaySound("C:\ding.wav");