B
bw
I simply want to count the number of occurences of a character within a string, but I can't
find a function to do it.
For example, MyString = "ABCDE/FGHIJ"
How many "/" characters are in MyString? Isn't there a function that will do this?
If there is a function to do this, a larger question I have is...how do I find functions that will
do things I want? Is there some method for locating the proper function when you think
one (should) exist?
Thanks,
Bernie
find a function to do it.
For example, MyString = "ABCDE/FGHIJ"
How many "/" characters are in MyString? Isn't there a function that will do this?
If there is a function to do this, a larger question I have is...how do I find functions that will
do things I want? Is there some method for locating the proper function when you think
one (should) exist?
Thanks,
Bernie