Quote:
Originally Posted by mlen77
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");
}