Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: How do I check a variable in an If/else statement |
From: | DSG |
Date: | Thu, 6 Apr 2000 20:10:27 +0100 |
John Graham wrote:
> Thank you DSG.
no prob.
> If you don't mind me asking, is eq just another way to
> denote =, or is there a different set of expression arguments that need to
> be used inside the ()'s.
You use '=' to compare values.
You use 'eq' to compare strings.
ex:
if(a = 1)
if(a eq "dsg")
DSG
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: How do I check a variable in , John Graham
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]