|

the software that grows
with you
| |
|
V32Sound()
|
| Plays a sound ( .wav ) file. |
|
Syntax
|
| V32Sound( < cWavFile > ) |
|
Arguments
|
| < cWavFile > is the complete file
name with drive and path components. |
|
Returns
|
| NIL |
|
Description
|
| Plays a sound file asyncronously. |
|
Usage
|
| V32Sound( cWaveFile ) |
|
Tips
|
| Useful to attach sounds with different
kind of application behaviour. May be useful for multimedia applications. |
|