Synopsis
string ToString( | separator, | |
| | alsoName); | |
| string | separator; |
| boolean | alsoName; |
Description
Returns a string representing the array
Parameters
- separator, default ", "
The string to print between elements
- alsoName, default false
If true, also the names of indexs are included in the string
Returns
The string representing the array