Originally posted by: HardTech
sweet... I would have never guessed that looking at Sun's website.
Thanks a bunch!!
Originally posted by: notfred
Originally posted by: HardTech
sweet... I would have never guessed that looking at Sun's website.
Thanks a bunch!!
Why not? They're right there in the list of methods.
Originally posted by: HardTech
hmm.. it's not working
so let's say:
String USD = "American Dollars";
String AUD = "Australian Dollars";
String HardTech = "Dollars";
HardTech.indexOf(USD) would return a value >= 1?
Originally posted by: HardTech
hmm.. it's not working
so let's say:
String USD = "American Dollars";
String AUD = "Australian Dollars";
String HardTech = "Dollars";
HardTech.indexOf(USD) would return a value >= 1?