REPT (PQL - xl)
This function repeats text a specified number of times
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
REPT(text, number times)
Function Arguments
Name | Description | Type | Optional |
text | Text you want to repeat | String |
|
number times | Number of times you want to repeat the text; if not an integer, the number is truncated; if zero (0), returns empty (' ') | Number |
|
Comments
This function is the same as the Microsoft Excel 'REPT' function - using the same inputs, logic and outputs.