Page 1 of 1

script parser

Posted: 30 Dec 2008 17:36
by graham
If when writing script you use a tab to space out on the same line then the script goes wrong.

eg.

global $a ="A";
goto <xypath>;

works

global $a ="A"; //test
goto <xypath>;

fails where tabs are used to space out the comment

Is this as intended?

Re: script parser

Posted: 30 Dec 2008 18:28
by admin
In the last version? I thought it was fixed. :?

Re: script parser

Posted: 30 Dec 2008 18:54
by admin
admin wrote:In the last version? I thought it was fixed. :?
Okay, got it. Good bug!