GetRepetitionrepeatingField - any repeating field, or an expression that returns a reference to a repeating fieldnumber - the field repetition numberFileMaker Pro 6.0 or earlierParcelBids is a field defined to repeat with ten values and contains the values 2500, 1200, and 1500.GetRepetition(ParcelBids;2) returns 1200.GetRepetition(ParcelBids;5) returns nothing.Note You can also find the contents of a particular repetition in a repeating field using square brackets [ ] as array operators. For example, ParcelBids[2] returns 1200. See Getting the contents of a repetition in a repeating field.