Dynamic Variable Naming
Hey everyone,
I'm trying to get confirmation on whether ExtendScript supports dynamic variable naming. Everything I've read up to this point suggests that it doesn't. Sad face.
Basically, my goal is to create a dialog window that has a list of items (page numbers), and the total number of items will vary depending on earlier user input. Probably using radio buttons, I am hoping that users can see each item and select for it either Option A or Option B (and not both).
If dynamic variable naming is a possiblity, I'm hoping to be able to use variables like optionAPage1 and optionBPage1 with true/false values, wherein the integer changes based on the item/page number. (Or maybe optionsPage1 with values like A/B.)
If dynamic variable naming isn't supported, I'm all ears on an alternative solution! Better this than having hundreds of lines of code!
Thanks everyone,
Michael
