Functions Index :: A :: ArrayDelimiterSet
Module:
Definition:
ArrayDelimiterSet(string delimiter)
Description:
Assigns delimiter as the new array elements delimiter and updates the corresponding internal library variables. Returns the previous setting.
Note that this is a global setting affecting immediately all subsequent operations on arrays.
Examples:
old = ArrayDelimiterSet(" | ")
...
# do some action and then restore the old value
...
dummy = ArrayDelimiterSet(old)
# assign to dummy to avoid assigning to last