FORMULA LANGUAGE
Examples: @Repeat
1. This example returns HelloHelloHello.
@Repeat("Hello";3)
2. This example returns ByeBy.
@Repeat("Bye";2;5)
3. This example returns Great Month! Great Month! Great Month! in the Comments field if the amount in the field named Sales is greater than or equal to 100,000; otherwise it returns the string Good Month.
FIELD Comments:=@If(Sales>=100000;@Repeat("Great Month!";3);"Good Month");
4. This example returns HelloHelloHello and ByeByeBye in a list.
@Repeat("Hello" : "Bye"; 3)
See Also
@Repeat
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary