Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: eval trouble |
From: | Branden Hall |
Date: | Wed, 14 Jun 2000 03:49:09 +0100 |
Actually, you got a little mixed up there.
the set variable command always uses an =.
You were thinking of the comparison operatiors, = and eq. For *comparison*
of nummbers you use =, for comparison of strings you use eq.
-= Branden J. Hall
-= Multimedia Developer / Instructor
-= Fig Leaf Software - "We've got you covered!"
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Brad
Bechtel
Sent: Tuesday, June 13, 2000 9:00 PM
To: flasherchinwag [dot] com
Subject: Re: FLASH: eval trouble
At 05:08 PM 6/13/00 -0700, you wrote:
Can you see any reason why these variables wouldn't be set?
Yes. You're attempting to use the = to set numeric values, rather than "eq"
to set string values. (You can check that your Eval() statement is working
by putting a trace statement after your variable).
Set Variable: "OldAddressID" = Eval(AddressID&AddressCount) won't work.
Set Variable: "OldAddressID" eq Eval(AddressID&AddressCount) will work.
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: eval trouble, Brad Bechtel
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]