If I'm not mistaken, there are functions in the Open Source systools for this as well!
from: Robert Meek at: [EMAIL PROTECTED] dba "Tangentals Design" home of "PoBoy" freeware Windows apps and utilities located at: www.TangentalsDesign.com Proud to be a moderator for the "Delphi Programming Lists" at: elists.org -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Stewart Sent: Thursday, November 03, 2005 11:39 AM To: Delphi-Talk Discussion List Subject: RE: Need 2 equivilent FoxPro function for Delphi you could create your own function using the pos function. The pos function returns the position of one string in another string. If the string is not found it returns zero. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of M Tuttle Sent: Thursday, November 03, 2005 11:38 To: Delphi-Talk Discussion List Subject: Re: Need 2 equivilent FoxPro function for Delphi James I'm using Delphi 5. It does not seem to have a AnsiContainsStr. Any other ideas? > You could use the AnsiContainsStr for the first issue. __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
