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

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 48432
interpreted = N
texte = Aha... exactly! So my first post stands. I'm sure elseif is common in other languages....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 15:04:29 +1300 > To: (WebDNA Talk) > Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > > 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/ > ------------------------------------------------------------- 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)
Aha... exactly! So my first post stands. I'm sure elseif is common in other languages....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 15:04:29 +1300 > To: (WebDNA Talk) > Subject: Re: [ELSEIF] was hideif [x]=1,2,3..: > > 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/ > ------------------------------------------------------------- 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/ Tim Robinson

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:

Separate SSL Server (1997) ODBC Problems (2002) Never ending problem.... (2000) Group search doesn't work. (1997) [group] ? (1997) help needed w/ search params (1998) Math, Multiple Equasions and Show/Hide (1998) Help! WebCat2 bug (1997) WebCat on Alpha? (1997) Sort Order on a page search (1997) File Uploads... (1997) [ReturnRaw] and hiding FORM data (2003) same product in cart (1997) WebCat B13 Mac CGI -- Frames question (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) [SHOWIF] (1997) [WebDNA] [IF] comparing numeric values - FIGURED OUT (2010) RE: too many nested [xxx] (1997) converting characters in form (1997) page redirect in webDNA (1997)