Page 1 of 1

error: Missing LHS variable

Posted: Fri Jul 13, 2012 7:27 am
by enric
What is a LHS variable?. There are not left-parameters or right-parameters in BA functions.
....
I read somewhere that the maximum parameters for a function is 8, but I see scripts using more than that, when I tried to use I received the above message, maybe there is a relationship.

Re: error: Missing LHS variable

Posted: Fri Jul 13, 2012 2:35 pm
by pipfromslitherine
The error message shows the area in the code where the mistake is. Missing LHS usually means you are trying to assign a value to something that isn't a variable? It is impossible to say without knowing where the error happens.

Cheers

Pip

Re: error: Missing LHS variable

Posted: Fri Jul 13, 2012 3:55 pm
by enric
Found thank you,

What about the 8 parameters limit', it seems to work with more, it's safe?

Re: error: Missing LHS variable

Posted: Fri Jul 13, 2012 5:01 pm
by pipfromslitherine
The max is actually 12, but in some cases some are used internally. So use more than 8 at your own risk ;).

Cheers

Pip