s$ = ItemJoin$(l$(){,d$}) |
|
This function takes a string array and converts it to a delimited string list. Only one dimensional string arrays may be used here. As with all the delimited string functions the delimiter character (d$) is optional and will default to a comma if not specified. The first item in a delimited string is item zero. This is to match item number to array indexes. For example:
dim l$(4)
|