Nov 8, 2005 #1 australia3 Technical User Joined Nov 9, 2004 Messages 64 Location GB How do I adapt a function so that I can use the above to retrieve data where a text string does not beigin with certain characters?
How do I adapt a function so that I can use the above to retrieve data where a text string does not beigin with certain characters?
Nov 12, 2005 #2 pmonett Programmer Joined Sep 5, 2002 Messages 2,636 Location FR Use the NOT operator and check if it does begin by what you want. Code: @if(!@begins(... Pascal. Upvote 0 Downvote