Skip to main content
This topic has been closed for replies.

1 reply

Inspiring
March 19, 2012

Remember that this function returns true or false, not a copy of the array with the new membwer added.

If you do

myarray= ArrayAppend(myarray, newMember);

myarray becomes true or false, and you will get the error "Object of type class.lang.Boolean cannot be used as an array".

Found this out the hard way :o(