Re: Linebreak as a delimiter in listwords?

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 49606
interpreted = N
texte = Actually .. Use %0A%0D as the line break delimiter on listwords ..it will break on the line returns. You just nest two listwords inside each other. ----- Original Message ----- From: Dan Strong To: WebDNA Talk Sent: Friday, April 18, 2003 5:57 AM Subject: Re: Linebreak as a delimiter in listwords? > *UNTESTED* > > ===================== > [search db=persons.db&nenamedatarq=[blank]&namesort=1&namesdir=as] > [founditems] > [ListWords Words=[name]&delimiters=,] > [showif [index]=1][text show=f]LAST_NAME=[word][/text][/showif] > [showif [index]=2][text show=f]FIRST_NAME=[word][/text][/showif] > [/ListWords] > [append db=personsfinal.db]LASTNAME=[LAST_NAME]&FIRSTNAME=[FIRST_NAME][/append] > [/founditems] > [/search] > ===================== > > -Dan > ------------------------------------------------------------ > http://www.StrongGraphicDesign.com > (208) 319-0137 | Toll-free p/f 877-561-1656 > ------------------------------------------------------------ > > > > > > > > On Thu, 17 Apr 2003 12:34:58 > Gary Krockover wrote: > >Ok, I give.... > > > >If I have a list of names in the format of: > > > >Adams, John > > > >How can I get that to append to a new db in the format of: > > > >LASTNAME FIRSTNAME > >Adams John > > > >? > > > >I have this, and it almost works except that the firstname and lastname are > >on seperate rows of the db: > > > >[search db=persons.db&nenamedatarq=[blank]&namesort=1&namesdir=as] > >[founditems] > >[ListWords Words=[name]&delimiters=,] > >[index]: [word]
> >[append db=personsfinal.db][!] > >[/!]lastname=[showif [index]=1][word][/showif][!] > >[/!]&firstname=[showif [index]=2][word][/showif][!] > >[/!][/append] > >[/ListWords] > >[/founditems] > >[/search] > > > >GK > > > > > >-----Original Message----- > >From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >Gary Krockover > >Sent: Thursday, April 17, 2003 11:31 AM > >To: WebDNA Talk > >Subject: Re: Linebreak as a delimiter in listwords? > > > > > >OH! > > > >An email from Donovan from yesterday was open in my email, so his name just > >happened to make my list of sample names. The middle initial with the > >period made for a good test too. > > > >GK > > > >-----Original Message----- > >From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >Nitai @ ComputerOil > >Sent: Thursday, April 17, 2003 11:22 AM > >To: WebDNA Talk > >Subject: Re: Linebreak as a delimiter in listwords? > > > > > >On 17.4.2003 18:09 Uhr, Charles Kline wrote: > > > >> I don't know how many times I have posted questions to lists only to > >> figure out the answer ALMOST immediately afterwards... a phenomenon?? > > > >Yup it is. But I was more relating to Gary's subcomment from his original > >post that was something like And no, I don't know how Donovan got on my > >list. > > > >Sincerely, > >Nitai Aventaggiato > >CEO > > > >-- > >Tools to energize your business > >Content Management & eBusiness Systems > > > >ComputerOil? GmbH http://computeroil.com/ > >Unionstrasse 4 info@computeroil.com > >8032 Zürich/Switzerland > >Tel: +41 (0)43 333 1 555 > > > > > >------------------------------------------------------------- > >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: Linebreak as a delimiter in listwords? (Alain Russell 2003)
  2. Re: Linebreak as a delimiter in listwords? (Gary Krockover 2003)
  3. Re: Linebreak as a delimiter in listwords? (Dan Strong 2003)
  4. Re: Linebreak as a delimiter in listwords? (Rob Marquardt 2003)
  5. Re: Linebreak as a delimiter in listwords? (Dan Strong 2003)
  6. Re: Linebreak as a delimiter in listwords? (Gary Krockover 2003)
  7. Re: Linebreak as a delimiter in listwords? (Donovan 2003)
  8. Re: Linebreak as a delimiter in listwords? (Gary Krockover 2003)
  9. Re: Linebreak as a delimiter in listwords? (Gary Krockover 2003)
  10. Re: Linebreak as a delimiter in listwords? (Nitai @ ComputerOil 2003)
  11. Re: Linebreak as a delimiter in listwords? (Charles Kline 2003)
  12. Re: Linebreak as a delimiter in listwords? (Nitai @ ComputerOil 2003)
  13. Re: Linebreak as a delimiter in listwords? (Gary Krockover 2003)
  14. Linebreak as a delimiter in listwords? (Gary Krockover 2003)
Actually .. Use %0A%0D as the line break delimiter on listwords ..it will break on the line returns. You just nest two listwords inside each other. ----- Original Message ----- From: Dan Strong To: WebDNA Talk Sent: Friday, April 18, 2003 5:57 AM Subject: Re: Linebreak as a delimiter in listwords? > *UNTESTED* > > ===================== > [search db=persons.db&nenamedatarq=[blank]&namesort=1&namesdir=as] > [founditems] > [ListWords Words=[name]&delimiters=,] > [showif [index]=1][text show=f]LAST_NAME=[word][/text][/showif] > [showif [index]=2][text show=f]FIRST_NAME=[word][/text][/showif] > [/ListWords] > [append db=personsfinal.db]LASTNAME=[LAST_NAME]&FIRSTNAME=[FIRST_NAME][/append] > [/founditems] > [/search] > ===================== > > -Dan > ------------------------------------------------------------ > http://www.StrongGraphicDesign.com > (208) 319-0137 | Toll-free p/f 877-561-1656 > ------------------------------------------------------------ > > > > > > > > On Thu, 17 Apr 2003 12:34:58 > Gary Krockover wrote: > >Ok, I give.... > > > >If I have a list of names in the format of: > > > >Adams, John > > > >How can I get that to append to a new db in the format of: > > > >LASTNAME FIRSTNAME > >Adams John > > > >? > > > >I have this, and it almost works except that the firstname and lastname are > >on seperate rows of the db: > > > >[search db=persons.db&nenamedatarq=[blank]&namesort=1&namesdir=as] > >[founditems] > >[ListWords Words=[name]&delimiters=,] > >[index]: [word]
> >[append db=personsfinal.db][!] > >[/!]lastname=[showif [index]=1][word][/showif][!] > >[/!]&firstname=[showif [index]=2][word][/showif][!] > >[/!][/append] > >[/ListWords] > >[/founditems] > >[/search] > > > >GK > > > > > >-----Original Message----- > >From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >Gary Krockover > >Sent: Thursday, April 17, 2003 11:31 AM > >To: WebDNA Talk > >Subject: Re: Linebreak as a delimiter in listwords? > > > > > >OH! > > > >An email from Donovan from yesterday was open in my email, so his name just > >happened to make my list of sample names. The middle initial with the > >period made for a good test too. > > > >GK > > > >-----Original Message----- > >From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >Nitai @ ComputerOil > >Sent: Thursday, April 17, 2003 11:22 AM > >To: WebDNA Talk > >Subject: Re: Linebreak as a delimiter in listwords? > > > > > >On 17.4.2003 18:09 Uhr, Charles Kline wrote: > > > >> I don't know how many times I have posted questions to lists only to > >> figure out the answer ALMOST immediately afterwards... a phenomenon?? > > > >Yup it is. But I was more relating to Gary's subcomment from his original > >post that was something like And no, I don't know how Donovan got on my > >list. > > > >Sincerely, > >Nitai Aventaggiato > >CEO > > > >-- > >Tools to energize your business > >Content Management & eBusiness Systems > > > >ComputerOil? GmbH http://computeroil.com/ > >Unionstrasse 4 info@computeroil.com > >8032 Zürich/Switzerland > >Tel: +41 (0)43 333 1 555 > > > > > >------------------------------------------------------------- > >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/ Alain Russell

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:

Is this possible, WebCat2.0 and checkboxes (1997) Summing fields (1997) question: webmerchant connection (1997) Search/sort in URL Was: GuestBook example (1997) Sort of a Dilema! (1998) Multiple prices (1997) pc (1997) date formatting for CC card expiration date check (1998) Emailer errors & disappearing messages (1998) [ConvertChars] problem (1997) includes and cart numbers (1997) Running _every_ page through WebCat-error.html (1997) Size/Color Options (2002) Date stamp and purging (1998) WebCat2final1 crashes (1997) Redirect (2000) WebCat2 - [SendNews] (1997) New WebCatalog Version !!! (1997) Email problem (1998) Date Problems (2000)