Re: Reply-To

new topic     » goto parent     » topic index » view thread      » older message » newer message

I don't really know how to solve this...I have my "reply to" address in the
"reply to" area, because I use my email for more than responding to Euphoria
messages.  My suggestion would be to either not respond to my messages, or
to carefully copy the euphoria mail server address into the TO: field in
your reply.  Sorry for any inconvenience...

PS whoever it was that was trying to "Simply" explain short circuiting, it
didn't seem real simple the way you explained it.  Maybe a little better
text formatting would have helped, or maybe use of a few more English
language words between the Euphoria language parts...
    My understanding is that you are saying I would like to evaluate "a"
expression by saying:
    if a =  1 then
        do this
    elsif a= 1 and a = 2 then
        do that
            exit
     elsif a = 1 and a = 2 and a = 3 then
        do the other thingamajig
            exit
    else
        don't do anything at all
    end if
If done sequentially according to the way you expect them to come out, it
should short circuit itself just fine right???

Signed : potentially and partially confused in Oregon

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu