07-24-2004 12:27
I really hate that it will give me ["Foo", "Bar"] when passing it "Foo&&Bar" with "&" as a seperator. It just doesnt make any sence whatsoever. It *should* give me ["Foo", "", "Bar"].

Im going to have to implement a kludge to fix the problems I'm having with it. I rely on llParseString2List heavily on a project Im currently working on.

==Chris