How to use locate function if multiple occurences of same character
569196Oct 1 2010 — edited Oct 1 2010I am trying to use the location function to find the existence of '~' in my string. My string has multiple occurences of '~' in it.
But, the locate always returns the location of first one. How can I get it to return the second occurence of '~' in the string.
Thanks in advance
kris
Edited by: user566193 on Oct 1, 2010 1:35 PM