Re: find() can't find ","???
- Posted by Jim <futures8 at PCOLA.GULF.NET> Sep 17, 2000
- 443 views
Hi, Bernie. Thanks for the advice, and the lesson. Problem solved, of course. Much appreciated. Regards, Jim Bernie wrote: > On Sun, 17 Sep 2000 15:02:58 -0400, Jim <futures8 at PCOLA.GULF.NET> wrote: > > >Trying to use find() to find a comma in a comma-delimited ascii input > file, but with no success. It's really essential > > Jim: > > -- run this code > > ? find(",", "comma is here, somewhere") > > ? find(',', "comma is here, somewhere") > > -- Bernie