Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: Odp: FLASH: BUG? (an exception...)
From: Chris Tifer
Date: Tue, 15 Aug 2000 04:12:20 +0100

If you did this command in any language

if i=2 then
y=y+3
endif
y=y+5

the y=y+5 will be executed regardless of whether i=2 or not


------------------

Hey Helen, I can think of one difference, and maybe this is what
he was thinking of. In ASP, if you did:

if i=2 then
Response.Redirect "SomePage.asp"
end if
y=y+5

The y = y+ 5 would not be called. And seeing as you're moving
the player ahead to another frame (sort of like moving to another
page), I wouldn't have thought it would be called, so this is a valuable
thing to know.

Thanks list, I done learnt somethin' new today...

Chris Tifer
http://www.emailajoke.com (Win money by sending jokes!)
http://www.emailajoke.com/Calls (Prank Calls by yours truly)
http://www.emailajoke.com/Romeo (A Day In The Life Of A Dog)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: Odp: FLASH: BUG? (is: handler execu, Helen Triolo

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]