Thread
:
Problem...
View Single Post
#
2
(
permalink
)
11-08-2007, 11:47 PM
ShoeNinja
Senior Member
Join Date: Oct 2007
Posts: 123
Something like this should work.
Code:
for(int i = 0; i <= stringSize; i++) { System.out.println(userInput.indexOf(i,i)); }
I didn't test it but that should be the right idea.
ShoeNinja
View Public Profile
Send a private message to ShoeNinja
Find all posts by ShoeNinja