LassoScript Utility
Basics Browse Detail

[Repeating_ValueItem]

Tag Link [Repeating_ValueItem] Category Database
Type Substitution Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source FileMaker Pro
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0
Lasso 3 Equivalent [RepeatingValueItem]

Description

[Repeating_ValueItem] returns the value for each repetition of a repeating field.

Syntax

[Repeating: 'Field_Name']
  [Repeating_ValueItem]
[/Repeating]

Parameters

Optional Parameters
Encoding Keyword Specifies the encoding for the tag's return value. Tags are encoded using -EncodeHTML by default if their value is output on a format file. No encoding is applied to nested tags unless an explicity encoding keyword is specified. One of -EncodeBreak, -EncodeHTML, -EncodeNone, -EncodeRaw, -EncodeSmart, -EncodeStrictURL, -EncodeURL, -EncodeXML.

Examples

To display each repetition of a FileMaker Pro repeating field:

Use the [Repeating] ... [/Repeating] tags with a [Repeating_ValueItem] tag. The following example shows each repetition from a repeating field named Children which is included on a FileMaker Pro layout.

[Repeating: 'Children']
  <br>[Repeating_ValueItem]
[/Repeating]

<br>Mary Beth
<br>Tommy