Code: Select all
repeat for each item tMenuChoice in sMenuList
put the ("c" & tMenuChoice & "NumOfParas") of this card into tNum
........
The parenthesis parses correctly if tested independently.
This raises a question: Do property names always have to be literal? That is, is the statement
put the variableContainingPropertyName of the yourObject
not possible?
Thanks,
Sri.