On Mon, 6 Aug 2001, CDitty wrote:
> The subject pretty much says it all. Why do some if statements only want
> to work with eq and others will work with ==?
== and != are only for compating numerical values; eq and ne are used for
comparing string values.
That's what the difference is.
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
In olden times sacrifices were made at the altar -- a practice which is
still continued.
-- Helen Rowland
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]