script parser

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
graham
Posts: 457
Joined: 24 Aug 2007 22:08
Location: Isle of Man

script parser

Post 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?

admin
Site Admin
Posts: 66305
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: script parser

Post by admin »

In the last version? I thought it was fixed. :?

admin
Site Admin
Posts: 66305
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: script parser

Post by admin »

admin wrote:In the last version? I thought it was fixed. :?
Okay, got it. Good bug!

Post Reply