Keith Clark wrote:
Why would the following happen? G2=08:57 if(g2>"08:00";1;0) results in 0 if(g2<"09:00";1;0) results in 1
Keith
If you are doing math with G2, then kill the quote marks.
If you have "08:57" in G2 as a string, then an ascii search
is resulting in the results.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to