If I have 4 variables with 3 possible values each...
set updateImages to -- could be {yes, no, ask}
set reflowText to -- could be {yes, no, ask}
set remapFonts to -- could be {yes, no, ask}
set docPrefs to -- could be {yes, no, ask}
What is the easiest, or is there an easy way to split this into if
statements?
I started trying to write this out... the long way it becomes alot of
code.. Is that the only way?