Hi
I have an array a with index r, s, …
I can access the array values with a[r] or a~~.~~
But I do NOT get a result when I access it with a.length; or a.join(", "); for example!
This seems to be a bug, I should be also getting the length or the string representation of the array if it’s not defined with number indeces, shouldn’t I?
Any experience from you?
Best regards, Robert