NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Implode

Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.

Sample Source

CreateArray MyArray
MyArray["one"] := 1
MyArray["two"] := 2
MyArray["three"] := 3

Say Implode MyArray With ","

Related Function(s):
   ImplodeXml; Split; SplitXml;

Minimum version: 4.8, build 20050913