[wtr-general] Re: meaning of

2011-08-30 Thread orde
 I do not understand what role ! mark does in the code..

!= is the negated form of the == operator.  Take a look at Table
7.1 : Common comparison operators on
http://phrogz.net/programmingruby/tut_expressions.html#expressions.

orde

On Aug 30, 12:54 pm, byung jinuacad...@gmail.com wrote:
 I come across below code..

 while(ie.status! = Done) do

 sleep(1)

 end

 Can anybody tell me what the meaning of ..
 -
 ie.status! = Done
 -
 means??

 I do not understand what role ! mark does in the code..

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: meaning of

2011-08-30 Thread Super Kevy
Its a typo  in your context

   !=   means is not equal to,  You see notation everywhere except
maybe excel and legacy languages where its 




On Aug 30, 2:54 pm, byung jinuacad...@gmail.com wrote:
 I come across below code..

 while(ie.status! = Done) do

 sleep(1)

 end

 Can anybody tell me what the meaning of ..
 -
 ie.status! = Done
 -
 means??

 I do not understand what role ! mark does in the code..

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com