Re: ex.exe hangs in a while loop
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 12, 2006
- 522 views
don cole wrote: > find() is used to find a sequence in a sequence. Such as crsr=find({"/GRVY > $.75","/GRVY > $.75"}) > > to find character in a string (what you are doing) you should use match(). I'm sorry Don, but you've got that the wrong way round. find() is used to locate a single element in a sequence, such as a character in a string. match() is used to locate a set of adjacent items in a sequence, such as a substring within a string. -- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell