View Single Post
  #284 (permalink)  
Old 04-03-2008, 09:15 AM
nen nen is offline
Member
 
Join Date: Mar 2006
Posts: 58
nen is on a distinguished road
Quote:
Originally Posted by mlen77 View Post
Nen,

Thank you for replying.
Replace in a code of the indicator of a line:

if (ExtAlert)
{
Alert (Symbol()," ",Period()," появился новый луч ZigZag");
PlaySound ("alert.wav");
}

On:


if (ExtAlert)
{
Alert (Symbol (), " ", Period (), " there was new beam ZigZag ");
PlaySound ("alert.wav");
}
Reply With Quote