Read Me - Common Public License V1.0 - Copyright Notice(©)

makeString


                         +-,separator-+
               +-(LINE)--+------------+-+
>>-makeString(-+------------------------+-)--------------------><
               +-(CHAR)-----------------+

Returns a string that contains the data of an array. The elements of the array are treated either in line or character format, starting at the first element in the array. The line format is the default. If the line format is use, a [separator] string can be specified. The separator will be used between concatenated elements instead of the default line end separator.

[Examples:]

See for examples.

Read Me - Common Public License V1.0 - Copyright Notice(©)