NonRepeated Function

Description:
Evaluate the expression as if it occurred outside of any repeat contexts.
Returns:
Any
Parameter:
Parameter
Data Type
Description
1
Any
The expression.
Examples:
Expression
Result
[
Repeat ComponanyCount
{CompanyName} is a company within the {
NonRepeated(CorporationName)
} corporation.]
The value of the non-repeated variable
CorporationName
[
Repeat CompanyCount
[
Repeat DirectorCount
{DirectorName} is a director of one of the companies within the {
NonRepeated(CorporationName)
} corporation.&cd;
The value of the non-repeated variable
CorporationName

Related content