if(Find("AUDIT/",string) IS 1)
if(REFind("^AUDIT/",string))Use the NoCase version if you don't need it to be case sensitive Pascal > -----Original Message----- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: 08 December 2004 18:37 > To: CF-Talk > Subject: String question... > > Hello, > I was wondering if someone has a way or something to determine if a > string starts with or begins with. I can do contains but what I'm > looking for is if I have a string like "AUDIT/Systems" I want to know > if the string begins with "AUDIT/". > > Thanks, > - Charles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186753 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

