+1 888 340 6572

PlaySound

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 the 'ding.wav' sound file located in the root directory of the C: hard drive:

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