Very quick way to turn a sring into an array as part of other functions. Though, the same could already be achieved via REDIM PRESERVE just not embedded in other functions.
Code:

$a='aaa'
$a=split($a)

$b='bbb'
redim preserve $b[0]

_________________________
There are two types of vessels, submarines and targets.