Returns the elements of a LIST delimitted by the supplied character(s). A second and
third parameter (not required) may be specified to add a prefix and suffix to each item
when returned.
|
|
Syntax |
OBJECT.elements( [delimiter], [prefix], [suffix] )
|
delimiter |
Element delimiter, if not specified defaults to a ',' (comma) |
prefix |
Element prefix, if not specified defaults to an empty string. |
suffix |
Element suffix, if not specified defaults to an empty string. |
|
|
|
|