Hey everyone.

Simple question here.

I want to do something like this in the javascript patch

function (__structure outputArray) main (__structure inputArray)
{
var result = new Object();
result.outputArray = inputArray;

        // Loop through outputArray and modify some numbers

return result;
}

This and others similar seems to always crash Quartz Composer. So i think
this is telling me it doesn't like it.

Just wondering if there is a way to use the modify the input structure and
output it before I go and have to make a new array and copy everything into
it.

Cheers

Lango
 _______________________________________________
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