How does the "Iterate Array" action in the Named Variable object work?
Hey, folks!
I am trying to perform a function which I suspect is pretty easy to do, but I'm not sure how to do it...
I have a Named Variable object which has variables that begin with the key string "CustomLoop", then additional characters which describe that loop. When the MMF2 application opens and the array loads into the Named Variable object, I want it to iterate through the array contents, then locate all keys which begin with the string "CustomLoop"; if it finds a key that begins with that string, then I want it to compare the actual string contents of that key and determine if the file which that string represents exists.
In short:
1.) Scan through the contents of the Named Variable object, then select keys which begin with the string "CustomLoop."
2.) If such a key is found, then determine if a file exists which matches that key's string contents.
How would I do that?
Thanks for your help, as always!