Re: [if] and [showif]
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 45209
interpreted = N
texte = Still getting Yes and no[showif [ARIN_lookup]^RIPE]Yes[/showif][if (([ARIN_lookup]) ^ (RIPE))][then]Yes[/then][else]No[/else][/if]Also tried :[showif [ARIN_lookup]^RIPE]Yes[/showif][if (([ARIN_lookup])^(RIPE))][then]Yes[/then][else]No[/else][/if]on 13/11/02 3:06 pm, Dan Strong at webdna@stronggraphicdesign.com wrote:> Try this:> [if (([ARIN_lookup]) ^ (RIPE))][then]Yes[/then][else]No[/else][/if]> > -Dan> ------------------------------------------------------------> http://www.StrongGraphicDesign.com> (208) 319-0137 | Toll-free p/f 877-561-1656> ------------------------------------------------------------> NEW! Do-It-Yourself Printing: http://sgd.cceasy.com> > > > On Wed, 13 Nov 2002 15:01:50 +0000> Mark Derrick
wrote:>> Doh! Wrong example!>> >> Try this one:>> >> [text show=f]ARIN_lookup=[Middle>> StartAfter=&EndBefore=
]>> [TCPConnect host=ws.arin.net]>> [TCPSend]GET /cgi-bin/whois.pl?queryinput=212.240.96.24>> HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL]>> [/TCPSend][/TCPConnect]>> [/middle][/text]>>
>> [ARIN_lookup]>>
>> [showif [ARIN_lookup]^RIPE]Yes[/showif]>> [if [ARIN_lookup] ^ RIPE][then]Yes[/then][else]No[/else][/if]>> >> Sorry.>> >> >> >> on 13/11/02 2:57 pm, Mark Derrick at mark.derrick@computerwarehouse.co.uk>> wrote:>> >>> Here's the full code:>>> >>> >>> [text show=f]ARIN_lookup=[Middle>>> StartAfter=&EndBefore=
]>>> [TCPConnect host=ws.arin.net]>>> [TCPSend]GET /cgi-bin/whois.pl?queryinput=129.42.19.99>>> HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL]>>> [/TCPSend][/TCPConnect]>>> [/middle][/text]>>>
>>> [ARIN_lookup]>>>
>>> [showif [ARIN_lookup]^RIPE]Yes[/showif]>>> [if [ARIN_lookup] ^ RIPE][then]Yes[/then][else]No[/else][/if]>>> >>> >>> on 13/11/02 2:42 pm, Gary Krockover at gary@garykrockover.com wrote:>>> >>>> This equates to yes for me:>>>> >>>> [text]variable=SomeText[/text]>>>> [if [variable] ^ SomeText]>>>> [then]Yes[/then]>>>> [else]No[/else]>>>> [/if]>>>> >>>> as does this...>>>> >>>> [text]variable=SomeText[/text]>>>> [if (([variable])^(SomeText))]>>>> [then]Yes[/then]>>>> [else]No[/else]>>>> [/if]>>>> >>>> Sure your variable contains the text that you think it does?>>>> >>>> GK>>>> >>>> >>>> >>>>> Why does:>>>>> >>>>> [showif [variable] ^ SomeText]Yes[/showif]>>>>> >>>>> Return yes, but:>>>>> >>>>> [if [variable] ^ SomeText]>>>>> [then]Yes[/then]>>>>> [else]No[/else]>>>>> [/if]>>>>> >>>>> Return no?>>>>> >>>>> >>>>> Thanks.>> -------------------------------------------------------------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://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Still getting Yes and no[showif [ARIN_lookup]^RIPE]Yes[/showif][if (([ARIN_lookup]) ^ (RIPE))][then]Yes[/then][else]No[/else][/if]Also tried :[showif [ARIN_lookup]^RIPE]Yes[/showif][if (([ARIN_lookup])^(RIPE))][then]Yes[/then][else]No[/else][/if]on 13/11/02 3:06 pm, Dan Strong at webdna@stronggraphicdesign.com wrote:> Try this:> [if (([ARIN_lookup]) ^ (RIPE))][then]Yes[/then][else]No[/else][/if]> > -Dan> ------------------------------------------------------------> http://www.StrongGraphicDesign.com> (208) 319-0137 | Toll-free p/f 877-561-1656> ------------------------------------------------------------> NEW! Do-It-Yourself Printing: http://sgd.cceasy.com> > > > On Wed, 13 Nov 2002 15:01:50 +0000> Mark Derrick wrote:>> Doh! Wrong example!>> >> Try this one:>> >> [text show=f]ARIN_lookup=[Middle>> StartAfter=&EndBefore=
]>> [TCPConnect host=ws.arin.net]>> [tcpsend]GET /cgi-bin/whois.pl?queryinput=212.240.96.24>> HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL]>> [/TCPSend][/TCPConnect]>> [/middle][/text]>>
>> [ARIN_lookup]>>
>> [showif [ARIN_lookup]^RIPE]Yes[/showif]>> [if [ARIN_lookup] ^ RIPE][then]Yes[/then][else]No[/else][/if]>> >> Sorry.>> >> >> >> on 13/11/02 2:57 pm, Mark Derrick at mark.derrick@computerwarehouse.co.uk>> wrote:>> >>> Here's the full code:>>> >>> >>> [text show=f]ARIN_lookup=[Middle>>> StartAfter=&EndBefore=
]>>> [TCPConnect host=ws.arin.net]>>> [tcpsend]GET /cgi-bin/whois.pl?queryinput=129.42.19.99>>> HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL]>>> [/TCPSend][/TCPConnect]>>> [/middle][/text]>>>
>>> [ARIN_lookup]>>>
>>> [showif [ARIN_lookup]^RIPE]Yes[/showif]>>> [if [ARIN_lookup] ^ RIPE][then]Yes[/then][else]No[/else][/if]>>> >>> >>> on 13/11/02 2:42 pm, Gary Krockover at gary@garykrockover.com wrote:>>> >>>> This equates to yes for me:>>>> >>>> [text]variable=SomeText[/text]>>>> [if [variable] ^ SomeText]>>>> [then]Yes[/then]>>>> [else]No[/else]>>>> [/if]>>>> >>>> as does this...>>>> >>>> [text]variable=SomeText[/text]>>>> [if (([variable])^(SomeText))]>>>> [then]Yes[/then]>>>> [else]No[/else]>>>> [/if]>>>> >>>> Sure your variable contains the text that you think it does?>>>> >>>> GK>>>> >>>> >>>> >>>>> Why does:>>>>> >>>>> [showif [variable] ^ SomeText]Yes[/showif]>>>>> >>>>> Return yes, but:>>>>> >>>>> [if [variable] ^ SomeText]>>>>> [then]Yes[/then]>>>>> [else]No[/else]>>>>> [/if]>>>>> >>>>> Return no?>>>>> >>>>> >>>>> Thanks.>> -------------------------------------------------------------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://search.smithmicro.com/
Mark Derrick
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:
multi-paragraph fields (1997)
breaking & sorting (2000)
need some help with tcpsend (2000)
Protecting webdelivery (1997)
Referrer Problems (2000)
I am dumb. No see [variable] (2003)
Adding Shipping Fields (1999)
taxTotal (1997)
Still can't upgrade users.db to 2.1.1 (1998)
Line ending nuisance (2005)
Emailer (WebCat2) (1997)
file browser. (2002)
Search/sort in URL Was: GuestBook example (1997)
Tea Room trouble (1997)
turning every 5th line red (1998)
WebCat2b13MacPlugIn - More limits on [include] (1997)
Signal Raised (1997)
using showpage and showcart commands (1996)
Strange intermittent WebDNA problems Workaround (2008)
WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997)