I'm trying to find out the command that will allow me to do this:
Say I have a string called and it contains "1,2,3,4,5" ... I want to know what is the command that counts all the instances of the character "," in that string. If there is such a command it would return 4 since there are 4 "," in that string.
Thanks,
Ryan
Say I have a string called and it contains "1,2,3,4,5" ... I want to know what is the command that counts all the instances of the character "," in that string. If there is such a command it would return 4 since there are 4 "," in that string.
Thanks,
Ryan