Hi,
When trying to use [expr size("arrayname")] to get the size of an array, some array names that are legal in Pd will cause (sometimes funny) syntax errors in [expr].
It seems that for example:
and maybe other restrictions.
For example:
expr: syntax error: 1005foo")
expr: syntax error: $1foo")
expr: syntax error: missing '"'
Seems like quotes are not treated quite like one would expect...
Is there a way to work it around, or do you have to restrict array names (of which you're gonna need to know the size) to the typical rules that apply to identifier names in many popular programming languages? (but then, why are quotes needed at all??)
thanks m.