On Monday 25 October 2004 16:55, Bodard Fabien wrote: > yes .. by use: > a = split("myVar = Otto", " = ") You sure about that? I think split just uses the first character of the second string as the separator. Rob