PlaySound
- play back specified .WAV file

Miscellaneous functions
(AmiBroker 5.40)


SYNTAX PlaySound( "filename" )
RETURNS NUMBER
FUNCTION The function plays back specified .WAV file.

Returns 1 on success, 0 on failure

EXAMPLE PlaySound("c:\\windows\\media\\ding.wav");
SEE ALSO

References:

The PlaySound function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.