Mat2Str

From BR Wiki
Revision as of 14:11, 15 January 2012 by Mikhail.zheleznov (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Business Rules! 4.20 introduces the Mat2Str internal function which converts an array to a string

Mat2Str(Mat Source$, Destination$, [, Delimiter$])

By default a CR (Linux) or CRLF (Windows) will be inserted as a delimiter. The delimiter will be put after every entry from the array including the last entry. The delimiter can be "" which would simply concatenate the array.

Mat2Str performs the opposite action of Str2Mat