create_csv
The create_csv function is used to create a text string with comma separated values from an ARRAY TEXT.
create_csv ( list; number of elements)
The function has two parameters:
- list, type ARRAY TEXT; contains the elements that should be contained in the text string with comma separated values.
- number_of elements, type NUMBER; contains the number of elements from the list that should be included in the result.
The result of the function is type TEXT.
You can use the create_csv function to create a comma-separated list of Text Block names that can be used with the statement TEXTBLOCK.