I would like to implement the indexOf function to get the specified location of the given "n" character ? myString = "dsdkqjk:dkslqk:lklkdqs:klklk:" myString.indexOf(":",3) Any ideas ? Regards
Yes the index of the first one not the given one.. I would like to get the index of the character but not the first or the last but the "x" one. Regards