PureBytes Links
Trading Reference Links
|
Hi all,
I'm getting an error message with the following construction:
For JJ = 1 to 11 begin
if JJ = 1 then
ArrayX[JJ,3] = ArrayY[JJ-1,5]
The error message is "This word cannot start a statement."
The highlighted "word" is "ArrayX".
Is it that TS does not recognize an If...then immediately after
For...begin??
Best regards,
Gene Pope
|