PureBytes Links
Trading Reference Links
|
Hi all,
I noticed that if I wanna use Text_New , I cannot start a line of code by:
Text_New(Date, Time, Close, "Last Bar");
I have to use a work around, otherwise the code can't be verified and I get
the following message:
"This word cannot start a statement"
only this works for me:
Value1 = Text_New(Date, Time, Close, "Last Bar");
And it's the same with Pager_Send:
Pager_Send("Philippe","TestEmail");
gives the same error message
and the following line works:
Condition1 = Pager_Send("Philippe","TestEmail");
Does anyone know why ?
Greetings from Paris,
Philippe
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
philippe_lhermie@xxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|