repeating

Iterates FileMaker repeating-field values.

Target function

Signature

1repeating(name::string)

Iterates FileMaker repeating-field values.

repeating is a global callable that can be used wherever an expression is valid. repeating is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Parameters

name
Required value of type string. Supply name positionally unless the signature shows a keyword form.

Examples

Basic call

1repeating('phone') => { repeating_valueItem }
The example shows the call shape; use bind values and checked errors for visitor-supplied data.