Re: find() can't find "," -- To Kat
- Posted by Jim <futures8 at PCOLA.GULF.NET> Sep 19, 2000
- 439 views
> Subject: Re: find() can't find ","??? > Date: Mon, 18 Sep 2000 07:21:58 -0500 > From: Kat <gertie at PELL.NET> > > Hi, Kat, > Thanks for the suggestion. Looks like a function I would use a lot, but I can't find gettok() in any of the libraries I've got. Can you tell me where I can find it? What library-- what URL? Thanks. Jim > > Jim: > > > > -- run this code > > > > ? find(",", "comma is here, somewhere") > > > > ? find(',', "comma is here, somewhere") > > Or, try: > > ? gettok("comma is here, somewhere,somehow" , 1 , ',' ) > ? gettok("comma is here, somewhere,somehow" , 2 , ',' ) > ? gettok("comma is here, somewhere,somehow" , 3 , ',' ) > > comma is here > somewhere > somehow > > Kat > > > ----------------------------------------------------------------------------------------------------------- > >