Matt Klein Posted June 25, 2010 Posted June 25, 2010 This is likely going to be a very rudimentary sounding question, but here goes..... Is there a quick and efficient way of determining the repetition number of the next available(empty) repetition in a repeating field? I'd settle for being able to determine the number of repetitions a field is defined to have. I make a point of not using repeating fields for the most part, but they do have their uses.
Raybaudi Posted June 25, 2010 Posted June 25, 2010 GetAsNumber ( FieldType ( Get ( FileName ) ; "YourRepeatingField" ) ) returns the max number of the repetitions definited for YourRepeatingField ( note that that field may show a minor number of repetitions ) For the last not empty repetition, see if this helps
Søren Dyhr Posted June 26, 2010 Posted June 26, 2010 I make a point of not using repeating fields for the most part, but they do have their uses. True, but nowhere where the user might enter anything though! --sd
Recommended Posts
This topic is 5322 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now