Current: If delimiter is a zero-length string, a single-element array containing the entire expression string is returned.

I think that if a delimiter of zero length is used then the individual characters of the string should become elements of an array.

$a = split("word","")

should yield

"w" = $a[0]
"o" = $a[1]
"r" = $a[2]
"d" = $a[3]

[ 28. August 2002, 18:15: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/