Iterate through variables

Hi again,

I have a Multi Question dialog box which askes which one of the applications I want to build. The result is many boolean variables set to true or false.
I would like to set a Perforce Sync action that runs only on the checked applications. I need somehow to iterate through those variables from Multi question.
Is there a way to do this without writing a ton of script?

Thanks in advance,
NirS

Hi Nir,

I use the prompt for variables enhanced with a checklistbox. You can then use a list iterator with the variable used for the checklistbox to iterate all the values checked.

HTH

Ohh that is AWESOME!

How could I miss these cool advanced feature of this action?

Thanks a lot!!

NirS