Sometimes we need to convert an array to the string or make reverse operation: convert a string to the array.
[(#SET{string,[(#GET{array}|implode{","})] })] #GET{string}
[(#SET{array,[(#GET{string}|explode{","})]})] [(#GET{array}|foreach)]