Re: Kat: parse() Question
- Posted by cklester <cklester at yahoo.com> Oct 14, 2004
- 528 views
Kat wrote: > On 13 Oct 2004, at 14:47, cklester wrote: > > posted by: cklester <cklester at yahoo.com> > > > > So, for instance, this string > > > > "One Two 'Three Four' Five 'Six Seven Eight'" > > > > would parse to > > > > { "One", "Two", "Three Four", "Five", "Six Seven Eight" } > > > > I'm sure you've got a function for that... Can you help me out here?! > > No. But that looks simple enough that finding the include to handle it would > take longer than re-writing it occasionally. For instance, you could replace > all > the " " in the single-quotes with "_"... Actually, that's a good idea! Thanks, Kat. -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/