Find string in variable

Post Reply
ali
Posts: 23
Joined: Wed May 07, 2008 2:50 pm
Location: Austria

Find string in variable

Post by ali »

Hi!

I have to finde a String in a variable with 1000 Lines. How can I do this?

Thanks for help

Best regards
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

Re: Find string in variable

Post by Colin Haig »

HI Ali

use at() function.

nPos := at(alltrim(cFind),cAddSub)

Colin
User avatar
FranciscoA
Posts: 1964
Joined: Fri Jul 18, 2008 1:24 am
Location: Chinandega, Nicaragua, C.A.

Re: Find string in variable

Post by FranciscoA »

Take a look at this post. Maybe it can be some help.
http://fivetechsupport.com/forums/viewt ... de+una+dbf
Francisco J. Alegría P.
Chinandega, Nicaragua.

Fwxh1204-MySql-TMySql
Post Reply