ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Converting a one-dimensional array Hide the details
Character string containing the different values found in the array. The array elements are converted into character strings and added to the string while being separated by the <Element separator>.
Name of the one-dimensional array that must be converted into a character string. This array must be created
Separator used to separate the values of the different array elements. The element separator used by default is the CR character (Carriage Return).
Converting a two-dimensional array Hide the details
Character string containing the different values found in the array. The array elements are converted into character strings and added to the string. The rows are separated by <Row separator> and the columns are separated by <Column separator>.
Name of the two-dimensional array that must be converted into a character string. This array must be created
Separator used to separate the values of the different rows. The row separator used by default is the CR character (Carriage Return).
Separator used to separate the values of different columns. The column separator used by default is TAB.
Last update: 12/14/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: