programmers
why can't -even just for windows programming- we agree on true and false? can some explain it too me please.
like in clay clear's (not attacking you) recent post to the source forum http://www.powerbasic.com/support/pb...ad.php?t=24007
"will return true (-1) if:..."
i hear lots of "true is -1" or "true is non zero"
win32api.inc has these defined.
%true = 1
%false = 0
doesn't this inconvenince people? why not just pass around defined equates? why have a function return "-1" ??
please explain
thanks
------------------
paul dwyer
network engineer
aussie in tokyo
why can't -even just for windows programming- we agree on true and false? can some explain it too me please.
like in clay clear's (not attacking you) recent post to the source forum http://www.powerbasic.com/support/pb...ad.php?t=24007
"will return true (-1) if:..."
i hear lots of "true is -1" or "true is non zero"
win32api.inc has these defined.
%true = 1
%false = 0
doesn't this inconvenince people? why not just pass around defined equates? why have a function return "-1" ??
please explain
thanks
------------------
paul dwyer
network engineer
aussie in tokyo
Comment