Hello
Is there a string function in FC that allows you to search for a
string within a string?
Or has anyone done an example of how to do this? I have some ideas
but would prefer some example that has already been done
Thanks
Mark
Sub String function
Re: Sub String function
I hope you can read this file because I created it with FC 7.
This example looks for xFind in xString, Mode is Case Sensitive (0) or Case Insensitive (1).
The exact position is output, even if the search string is in the first place (result 0). If nothing is found, the search result is -1.
I hope it meets your wishes.
Christina
This example looks for xFind in xString, Mode is Case Sensitive (0) or Case Insensitive (1).
The exact position is output, even if the search string is in the first place (result 0). If nothing is found, the search result is -1.
I hope it meets your wishes.
Christina