show / hide menu

Repeater

This function helps to repeat the external form based on the count.

Syntax:

Repeater(ExternalFormName,Count)

Where
ExternalFormName is the name of external form
Count is the number of times the external form should repeat.

Examples:

Repeater(ExternalForm1,1)