Scalar FunctionsDynamic / JSON Functions
repeat
Build a dynamic array by repeating `value` `count` times. Zero count
Syntax
repeat(value, count)Parameters
Prop
Type
Returns: dynamic
Examples
Example 1
print repeat(7, 3)| print_0 (dynamic) |
|---|
| [7,7,7] |
Build a dynamic array by repeating `value` `count` times. Zero count
repeat(value, count)Prop
Type
Returns: dynamic
print repeat(7, 3)| print_0 (dynamic) |
|---|
| [7,7,7] |