Ron
Capture (into local variables) the field name & repetition number of
the field you start at using Get( ActiveFieldName ) and
Get( ActiveRepetitionNumber) and after the Go to Next Field step check
if you ar back there yet - if so Exit Loop
cheers
Tom
On 22 Nov 2008, at 12:49 pm, Ron wrote:
I have a Go To Next Field loop to gather info about a table I am
converting.
How do I know when I am out of fields…?
Since this command goes to each iteration of each repeating field,
there is basically an unknown number of fields!
Ron Carr