On Thu, Dec 20, 2001 at 11:22:16AM +0800, Leon wrote: > Coming to the point, put qutoes on 'i am fred flintstone' and thats what > you want; like this :- > while ( < 'i am fred flintstone' >) > > -- results I got from your script after putting quotes --- > matched: |i am <fred flintstone>|
So you're suggesting he continue using glob to iterate over a string? In case it wasn't clear in the series of emails previously, using the glob operator in this manner is abnormal and confusing. If you want to iterate over strings, use a list: foreach ('i am fred flintstone') { ... } Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]