The PARSE function still contain bug I reported
>> txt: {"test 1"|test "2"|"test" 3} ; == {"test 1"|test "2"|"test" 3}
>> parse/all txt "|" ;== ["test 1" {test "2"} "test" " 3"]
IMHO should be
== ["test 1" {test "2"} {"test" 3}]
Piotr Gapiński; mailto:[EMAIL PROTECTED]
Olsztyńska Strona Rowerowa; http://www.rowery.olsztyn.pl
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
