----- Original Message -----
From: "Ahmed Moustafa"
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 14, 2002 2:40 AM
Subject: How can a sub return true or value?


> I use " " for true and "" for false. Is there a more standard (or
> readable) values for true and false?
>
> Thanks in advance.
>

Typically you would use ZERO or ONE for true & false.

My false tends to be ZERO, and true = 1.  It is a boolean value, therefore
you would only allow for two results.  But who is to say who is right?


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

Reply via email to