Hallo Mark, what is the type of your variable string? String??
Dirk *************************************************************** MG> yes it will - I've been doing it all morning. MG> -----Original Message----- MG> From: David Graham [mailto:[EMAIL PROTECTED] MG> Sent: Thursday, June 12, 2003 10:00 AM MG> To: [EMAIL PROTECTED] MG> Subject: Re: [OT] Java Trivia MG> That won't compile. length() is a method on String not a property. MG> David >>Anybody know why the length of a String is a property of the String >>when used as a logical qualifier in a for{} block but a function of the >>String in a conditional if{} statement? >> >>for( int i = 0; i < string.length; i++ ) {} >> >>if( string.length() != 4 ) {} >> >> >>Mark >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> MG> _________________________________________________________________ MG> Help STOP SPAM with the new MSN 8 and get 2 months FREE* MG> http://join.msn.com/?page=features/junkmail MG> --------------------------------------------------------------------- MG> To unsubscribe, e-mail: [EMAIL PROTECTED] MG> For additional commands, e-mail: [EMAIL PROTECTED] MG> --------------------------------------------------------------------- MG> To unsubscribe, e-mail: [EMAIL PROTECTED] MG> For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

