Re: [ELSEIF] was hideif [x]=1,2,3..:

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 48431
interpreted = N
texte = except you can probably only do single comparisons per case statement rather than the multiple or's and ands you get with an if.----- Original Message ----- From: Tim Robinson To: WebDNA Talk Sent: Thursday, March 06, 2003 2:59 PM Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > I remember seeing that before, but I've certainly never used it... looks > like it should do the same thing. > > Regards, > Tim > -- > Tim Robinson > IDFK Web Developments > tim@idfk.com.au > 114a/40 Yeo Street > Neutral Bay 2089 > Australia > Phone +612 9908 2134 > Fax +612 9908 4837 > > > From: Andrew Simpson > > Reply-To: (WebDNA Talk) > > Date: Thu, 6 Mar 2003 14:58:50 +1300 > > To: (WebDNA Talk) > > Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > > > > ah - yep. > > > > [text]x=5[/text] > > [Switch value=[x]] > > [Case value=1] > > The value of x was 1 > > [/Case] > > [Case value=2] > > The value of x was 2 > > [/Case] > > [Default] > > The value of x was neither 1 nor 2; it was [x] > > [/Default] > > [/Switch] > > > > > > > > ----- Original Message ----- > > From: Tim Robinson > > To: WebDNA Talk > > Sent: Thursday, March 06, 2003 2:52 PM > > Subject: [ELSEIF] was hideif [x]=1,2,3..: > > > > > >> Talking about 'IF's, I don't know about anybody else, but doing a lot of > >> embedded IF contexts gets pretty confusing... wouldn't it be simpler to > > add > >> a new context [ELSEIF]. > >> > >> So > >> [if ([var1]=alpha) | ([var2]=beta)] > >> [then]Info[/then] > >> [elseif ([var3]=gamma)] > >> [then]Info[/then][/elseif] > >> [elseif ([var4]=delta)] > >> [then]Info[/then][/elseif] > >> [else]No results matched[/else] > >> [/if] > >> > >> Whaddya reckon? > >> > >> Regards, > >> Tim > >> -- > >> Tim Robinson > >> IDFK Web Developments > >> tim@idfk.com.au > >> 114a/40 Yeo Street > >> Neutral Bay 2089 > >> Australia > >> Phone +612 9908 2134 > >> Fax +612 9908 4837 > >> > >>> From: Gary Krockover > >>> Reply-To: (WebDNA Talk) > >>> Date: Wed, 5 Mar 2003 19:40:20 -0600 > >>> To: (WebDNA Talk) > >>> Subject: Re: hideif [x]=1,2,3.. > >>> > >>> I really don't want to do a Show If France Contains Country joke.....I > >>> just really don't want to, so I'll pass. > >>> > >>> : ) > >>> > >>> GK > >>> > >>> > >>> > >>> > >>>> Ah, I remember now, it was to do with countries.... > >>>> [showif Australia,New Zealand,USA,France^[country]] > >>>> > >>>> Regards, > >>>> Tim > >>>> -- > >>> > >>> > >>> ------------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> To switch to the DIGEST mode, E-mail to > >>> > >>> Web Archive of this list is at: http://webdna.smithmicro.com/ > >>> > >> > >> > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [ELSEIF] was hideif [x]=1,2,3..: (Andrew Simpson 2003)
  2. Re: [ELSEIF] was hideif [x]=1,2,3..: (Tim Robinson 2003)
  3. Re: [ELSEIF] was hideif [x]=1,2,3..: (Andrew Simpson 2003)
  4. Re: [ELSEIF] was hideif [x]=1,2,3..: (Tim Robinson 2003)
  5. Re: [ELSEIF] was hideif [x]=1,2,3..: (Andrew Simpson 2003)
  6. Re: [ELSEIF] was hideif [x]=1,2,3..: (Andrew Simpson 2003)
  7. [ELSEIF] was hideif [x]=1,2,3..: (Tim Robinson 2003)
except you can probably only do single comparisons per case statement rather than the multiple or's and ands you get with an if.----- Original Message ----- From: Tim Robinson To: WebDNA Talk Sent: Thursday, March 06, 2003 2:59 PM Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > I remember seeing that before, but I've certainly never used it... looks > like it should do the same thing. > > Regards, > Tim > -- > Tim Robinson > IDFK Web Developments > tim@idfk.com.au > 114a/40 Yeo Street > Neutral Bay 2089 > Australia > Phone +612 9908 2134 > Fax +612 9908 4837 > > > From: Andrew Simpson > > Reply-To: (WebDNA Talk) > > Date: Thu, 6 Mar 2003 14:58:50 +1300 > > To: (WebDNA Talk) > > Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > > > > ah - yep. > > > > [text]x=5[/text] > > [Switch value=[x]] > > [Case value=1] > > The value of x was 1 > > [/Case] > > [Case value=2] > > The value of x was 2 > > [/Case] > > [Default] > > The value of x was neither 1 nor 2; it was [x] > > [/Default] > > [/Switch] > > > > > > > > ----- Original Message ----- > > From: Tim Robinson > > To: WebDNA Talk > > Sent: Thursday, March 06, 2003 2:52 PM > > Subject: [ELSEIF] was hideif [x]=1,2,3..: > > > > > >> Talking about 'IF's, I don't know about anybody else, but doing a lot of > >> embedded IF contexts gets pretty confusing... wouldn't it be simpler to > > add > >> a new context [ELSEIF]. > >> > >> So > >> [if ([var1]=alpha) | ([var2]=beta)] > >> [then]Info[/then] > >> [elseif ([var3]=gamma)] > >> [then]Info[/then][/elseif] > >> [elseif ([var4]=delta)] > >> [then]Info[/then][/elseif] > >> [else]No results matched[/else] > >> [/if] > >> > >> Whaddya reckon? > >> > >> Regards, > >> Tim > >> -- > >> Tim Robinson > >> IDFK Web Developments > >> tim@idfk.com.au > >> 114a/40 Yeo Street > >> Neutral Bay 2089 > >> Australia > >> Phone +612 9908 2134 > >> Fax +612 9908 4837 > >> > >>> From: Gary Krockover > >>> Reply-To: (WebDNA Talk) > >>> Date: Wed, 5 Mar 2003 19:40:20 -0600 > >>> To: (WebDNA Talk) > >>> Subject: Re: hideif [x]=1,2,3.. > >>> > >>> I really don't want to do a Show If France Contains Country joke.....I > >>> just really don't want to, so I'll pass. > >>> > >>> : ) > >>> > >>> GK > >>> > >>> > >>> > >>> > >>>> Ah, I remember now, it was to do with countries.... > >>>> [showif Australia,New Zealand,USA,France^[country]] > >>>> > >>>> Regards, > >>>> Tim > >>>> -- > >>> > >>> > >>> ------------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> To switch to the DIGEST mode, E-mail to > >>> > >>> Web Archive of this list is at: http://webdna.smithmicro.com/ > >>> > >> > >> > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Andrew Simpson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

createfolder not behaving as expected (1999) $Replace with [founditems] (1997) 06/06/2000 bug warning ... (2000) Calculating multiple shipping... (1997) Big Databases (1997) Triggers and today's leap day? (2000) bannerads (1998) email program problem (1998) OT: Weird table rendering w/ WebCat in Explorer (2005) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) Document Contains No Data! (1997) ASP and Web DNA (1998) newcart (1997) [SHOWIF]s and empty arguments (1997) Fun with dates (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) PIXO (1997) New public beta available (1997) PSC recommends what date format yr 2000??? (1997) Writing [raw] to a file (2000)