Thread: String compare
View Single Post
Old Apr 14th, 2007, 12:48 AM   #2
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
I'm not sure if it is the same with Chars as it is with strings, but I know with strings, you have to do
tempCoefsArray[i].charAt(0).equals
or something like it. You have to have .equals (not sure about case) after the var, but with the .charAt, i'm not sure if it goes before or after.
PhilBon is offline   Reply With Quote