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:
Archives... (1997)
[Semi-OT] Eaaaaaasy OSX FTP (2003)
[WebDNA] Wishlist: ignore whitespace in database changes (2016)
HTML Editors (1997)
WebCatalog Use Question (1997)
An Isnumeric function of some kind (2001)
Hairy Shipping Monster (2006)
CommandSecurity? (1997)
Appending current [date] to a database (1997)
[sendmail] questions... (1997)
WC on Linux question (2001)
WC2b15 - [HTMLx]...[/HTMLx] problems (1997)
Shopping Cart Questions (1998)
What am I missing (1997)
Forcing a NEWCART (1997)
ShowIf & CountChars (2000)
Location of Browser Info.txt file (1997)
multiple databases (1997)
[setcookie] & [redirect] (1998)
New Guestbook Source (1997)