View Single Post
  #7 (permalink)  
Old 09-11-2008, 06:14 AM
kicker kicker is offline
Member
 
Join Date: Sep 2008
Posts: 4
kicker is on a distinguished road
I figured out why my previous attempts at using a do{}while didn't work!

while (anotherClass.equals("Y")); <-- This works.

while (anotherClass == "Y")); <-- This does not work.

Thank you for encouraging me and not giving it to me!

I still have an issue with one of my validations but I will figure it out.

Thanks again!
Reply With Quote