in reply to I've never seen this syntax before
return !Execute($cmd); == return not Execute($cmd);
ie
if (Execute($cmd)) { return 0; } else { return 1; }
cLive ;-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: I've never seen this syntax before
by Anonymous Monk on Apr 05, 2001 at 00:41 UTC | |
by cLive ;-) (Prior) on Apr 05, 2001 at 01:02 UTC | |
by Anonymous Monk on Apr 05, 2001 at 02:21 UTC | |
by tye (Sage) on Apr 05, 2001 at 19:50 UTC |