For splitting characters that are also used by kix, I prefer to avoid confusion and use the Chr() function for the charaters I'd like to Split.

For instance:
 Code:
$x = Split("somestr,ing",Chr(44))