nested ListWords?
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 50555
interpreted = N
texte = I have a list of information that contains elements composed of three sets of characters separated by -. I want to extract the three sets of substrings from each element in turn. I thought I might be able to use a ListWords context nested inside another, but [word] in the inner context returns the [word] from the outer one. I can get around this by using ListPath after converting - to /, but this seems inelegant. Does someone have a better solution or other insights?Is it worth requesting a split feature, as in [split string=[some-bits-here-and-there]&delimiter=-&index=4]?Code that doesn't work (I tried Switch & Case statements, too):[text]lst=A1-9-dh1,A2-9-dh2,A3-9-dh3[/text][listwords words=[lst]&delimiters=,] [text]thisword=[word][/text]
[listwords words=[thisword]&delimiter=-] [if ([index]=1)] [then] [text]well=[thisword][/text] well=[well]
[/then] [/if] [if ([index]=2)] [then] [text]orderNum=[word][/text] orderNum = [orderNum]
[/then] [/if] [if ([index]=3)] [then] [text]sampleName=[word][/text] SN = [sampleName]
[/then] [/if] [/listWords][/listWords]Workaround that does work but is kludgey:[text]lst=A1-9-dh1,A2-9-dh2,A3-9-dh3[/text][text]lstC=[Grep search=(-)&replace=/][lst][/Grep][/text][listwords words=[lstC]&delimiters=,] [text]s=[word][/text] s = [word] [listPath path=[s]]
[Switch value=[index]] [case value=1] [text]well=[name][/text] [/case] [case value=2] [text]orderNum=[name][/text] [/case] [case value=3] [text]sampleName=[name][/text] [/case] [/switch] [/listPath][/listWords]Thanks again.Dave HurleyBiology DepartmentUniversity of Washington-------------------------------------------------------------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:
I have a list of information that contains elements composed of three sets of characters separated by -. I want to extract the three sets of substrings from each element in turn. I thought I might be able to use a ListWords context nested inside another, but [word] in the inner context returns the [word] from the outer one. I can get around this by using ListPath after converting - to /, but this seems inelegant. Does someone have a better solution or other insights?Is it worth requesting a split feature, as in [split string=[some-bits-here-and-there]&delimiter=-&index=4]?Code that doesn't work (I tried Switch & Case statements, too):[text]lst=A1-9-dh1,A2-9-dh2,A3-9-dh3[/text][listwords words=[lst]&delimiters=,] [text]thisword=[word][/text]
[listwords words=[thisword]&delimiter=-] [if ([index]=1)] [then] [text]well=[thisword][/text] well=[well]
[/then] [/if] [if ([index]=2)] [then] [text]orderNum=[word][/text] orderNum = [orderNum]
[/then] [/if] [if ([index]=3)] [then] [text]sampleName=[word][/text] SN = [sampleName]
[/then] [/if] [/listWords][/listWords]Workaround that does work but is kludgey:[text]lst=A1-9-dh1,A2-9-dh2,A3-9-dh3[/text][text]lstC=[Grep search=(-)&replace=/][lst][/Grep][/text][listwords words=[lstC]&delimiters=,] [text]s=[word][/text] s = [word] [listPath path=[s]]
[Switch value=[index]] [case value=1] [text]well=[name][/text] [/case] [case value=2] [text]orderNum=[name][/text] [/case] [case value=3] [text]sampleName=[name][/text] [/case] [/switch] [/listPath][/listWords]Thanks again.Dave HurleyBiology DepartmentUniversity of Washington-------------------------------------------------------------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/
Dave Hurley
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:
spaces in [texta] (1998)
New WebCatalog site! (1997)
WebCatalog 2.0 & WebDNA docs in HTML ... (1997)
Date Calulation (1997)
Now you see it now you donīt (1997)
Great product and great job ! (1997)
Variables for chat (1997)
[cart] not being interpreted inside [founditems] (1997)
Using [setlineitems] after a purchase command ... (1997)
[WebDNA] WebDNA crash and now emailer not working (2009)
[WebDNA] WebDNA on Mac/intel and Apache 2 (2008)
[WebDNA] Error 500 with SUMM=T (2017)
[WebDNA] Grep (2009)
Date Math bug (1998)
WebCatalog can't find database (1997)
RE: Can a database get stomped by simultaneous access? (1997)
Re:listfiles-looking for slick solution (1997)
How To question on setting up downloads (1997)
Showing specific [cart] contents (1998)
New Plug-in and Type 11 errors (1997)