s$ = ItemInsert$(s$,i$,n{,d$}) |
|
This function inserts an item (i$) into a delimited string (s$) at the specified position (n). As with all the delimited string functions the delimiter character (d$) is optional and will default to a comma if not specified. For example:
s$ = "zero,one,three,four"
|