<beep> Play sound.


Command Tree:   System  \  Play Sound
.
Syntax:   <beep>("SoundFile", Repeat)
SoundFile
Full path to the file (.wav) to play.
Repeat
How many times the sound should be repeated. 
.
.
Example:   <#> This macro will play the sound file you select
<#>
<commands_only_on>

<varset>("vSoundFile=*.wav","")
<varchng>("vSoundFile","SF","")
<beep>("vSoundFile",1)