Hello, I am currently having some issues with the .length for Strings.
Class: String
IDE: Eclipse
Error:The method length() in the type String is not applicable for the arguments (String)
I am using Eclipse and i keep getting this error:
all i have typed in is this:Code:The method length() in the type String is not applicable for the arguments (String)
From what i can tell is that it should be working from the java api. But idk exactly what i am doing. haha it is very frustrating when you have worked on this for hours.Code:String.[COLOR="Red"]length[/COLOR](hexadecimal);

