PlaySound

From MultiCharts
Revision as of 10:11, 9 February 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

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.

Notes

Example

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

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