Re: [if] and [showif]

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 45207
interpreted = N
texte = 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.comOn 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/ ------------------------------------------------------------- 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:

    
  1. Re: [if] and [showif] - A solution (Brian Fries 2002)
  2. Re: [if] and [showif] - A solution (Donovan Brooke 2002)
  3. Re: [if] and [showif] - A solution (Mark Derrick 2002)
  4. Re: [if] and [showif] - A solution (Mark Derrick 2002)
  5. Re: [if] and [showif] (Andrew Simpson 2002)
  6. Re: [if] and [showif] (Pedro Rivera 2002)
  7. Re: [if] and [showif] (Donovan 2002)
  8. Re: [if] and [showif] (Donovan 2002)
  9. Re: [if] and [showif] - A solution (Rob Marquardt 2002)
  10. Re: [if] and [showif] - A solution (Donovan 2002)
  11. Re: [if] and [showif] - A solution (Mark Derrick 2002)
  12. Re: [if] and [showif] - A solution (John Peacock 2002)
  13. Re: [if] and [showif] - A solution (Grant Hulbert 2002)
  14. Re: [if] and [showif] - A solution (Mark Derrick 2002)
  15. Re: [if] and [showif] (Mark Derrick 2002)
  16. Re: [if] and [showif] (Dan Strong 2002)
  17. Re: [if] and [showif] (Alex McCombie 2002)
  18. Re: [if] and [showif] (Dan Strong 2002)
  19. Re: [if] and [showif] (Mark Derrick 2002)
  20. Re: [if] and [showif] (Daryl Mitchell 2002)
  21. Re: [if] and [showif] (Dan Strong 2002)
  22. Re: [if] and [showif] (Mark Derrick 2002)
  23. Re: [if] and [showif] (Dan Strong 2002)
  24. Re: [if] and [showif] (Mark Derrick 2002)
  25. Re: [if] and [showif] (Mark Derrick 2002)
  26. Re: [if] and [showif] (Gary Krockover 2002)
  27. [if] and [showif] (Mark Derrick 2002)
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.comOn 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/ ------------------------------------------------------------- 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/ Dan Strong

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:

Counting LineItems (2000) Problems with [Applescript] (1997) Major Security Hole (1998) Multiple Ad databases? (1997) Shopping cart now bad (1997) Our Webcat site launched (1997) More on the email templates (1997) delete after x (1998) Payment Calculator (2000) 2nd WebCatalog2 Feature Request (1996) Holy emails Batman! WebCat's Insane! (2003) PC Auth Hub+Merchant (1998) Bug? (1997) back button problem (1999) Test (2003) Emails are Stuck (2003) Encrypt/decrypt bug in 3.0.5b12 (1999) Tech support (2000) WebCatalog and Macromedia Flash (1998) problems with 2 tags (1997)