PureBytes Links
Trading Reference Links
|
playsound function needs to be returned and
can only be returned into a true / false variable.
this will work:
condition1 = playsound ...
Jay Becker's will work fine.
this will not work:
value1 = playsound...
Last, make sure your path is correct:
"c:\windows\media\tada.wav"
Make sure there is no space in between " and c:\
Val.
Stanley Braverman wrote:
> Anyone have a simple example of a playsound function that works that I can
> use as an example to build from? I tried using the
> Playsound(c:\playsound\test.wave) that I created but could not get a
> working ela.
>
> Thanks, Stan
>
> <Realtime and EOD DataExtender for Tradestation and SuperCharts>
> <***NEW*** Playback Assistant for TradeStation>
> <http://www.primenet.com/~sbrave/index.htm>
|