Page 1 of 1
MORALETOOLS.BSF
Posted: Sat Jan 26, 2013 9:24 am
by enric
Line 452 lacks a ";"
SetAttrib (me, "AP", ap)
Re: MORALETOOLS.BSF
Posted: Sat Jan 26, 2013 8:38 pm
by pipfromslitherine
The final ; is optional. The scripting parses it to prevent those of us who program in C all day from going insane if we had to remember NOT to put one on the script lines...
Cheers
Pip
Re: MORALETOOLS.BSF
Posted: Sat Jan 26, 2013 8:59 pm
by enric
What do you mean for optional?, always optional?
I experimented some cases where the scripting interpreter/compiler gives and execution error if the ; is not there.
Re: MORALETOOLS.BSF
Posted: Mon Jan 28, 2013 4:15 pm
by pipfromslitherine
There should be no case where the ; missing from the end of a line causes an error. Please provide an example if you think this is not the case.
Cheers
Pip
Re: MORALETOOLS.BSF
Posted: Mon Jan 28, 2013 4:40 pm
by enric
Ok, I'll look into it.