November 18, 200619 yr I've been trying to implement some advanced (for me) scripting using Set Variable with Repetitions. I've built this simple example to try to get to the core of the problems I'm experiencing. It's supposed to move the three text strings from a repeating field into individual fields in a seperate record, but it always moves only the first repetition. Thanks in advance for any help. Variables.fp7.ZIP
November 18, 200619 yr Author GetRepetition() expects a repeating FIELD as the first argument - so I am surprised it returns anything with a variable. However, this syntax works: $$RepeatingVar[2] Thanks, Comment That was the aspect I was missing. I've updated my file as an example for others. VariableReps.fp7.ZIP
Create an account or sign in to comment