Repeat with variable in [x1, x2, x3, ...]
End Repeat
Additional Notes
Arrays don't seem to work
by Joe Maller on 21 Mar, 2004 20:38, Applies to: FCP 4.1.1 from: 68.173.21.82
From what I've been able to tell, the list must be explicity set when the Repeat is started. I haven't had any luck getting an arrray to work, and I haven't had any luck converting an array to work (without directly specifying the items).
It's quite frustrating, having a function which could step through an array would be very helpful.
As a possible comment on the usefulness of Repeat With List loops as currently implemented, there are none of these loops used in any of FCP's built-in filters.
Limited to Floats?
by Joe Maller on 21 Mar, 2004 20:40, Applies to: FCP 4.1.1 from: 68.173.21.82
I've had no luck getting this type of loop to work with anything but a float. It fails with a syntax error on points and strings.
Authors own their submissions and grant full use rights to the site owner.
Commercial reproduction is prohibited without prior written permission (please ask first).
The FXScript Reference is an independent resource, created and funded through user contributions and my wallet. If you find the site useful, please donate to help keep this unique resource online.
From what I've been able to tell, the list must be explicity set when the Repeat is started. I haven't had any luck getting an arrray to work, and I haven't had any luck converting an array to work (without directly specifying the items).
It's quite frustrating, having a function which could step through an array would be very helpful.
As a possible comment on the usefulness of Repeat With List loops as currently implemented, there are none of these loops used in any of FCP's built-in filters.