Does anyone know why inputNumber.length returns 0 in the attached composition?

Because it's not an array

(var typeString = typeof(inputNumber) -> "object", not "array");

This also returns "object":
typeof(new Array())

As does this:
typeof([0, 1])


-Jaymie



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to