```
'🟠DECLARATIONS
option base 1
MarxBroCount = *{{{ [tag[Marx Brother]count[]] }}}*
dim MarxBro$( MarxBroCount )
'🟠MAIN PROGRAM
restore MarxBrothers
for i = 1 to MarxBroCount
read MarxBro$(i)
next i
print "The source data (transclusion of tiddler titles from TiddlyWiki:
"
print "*{{{ [tag[Marx Brother]] +[sort[]] +[join[,]] }}}*" : print :
print
print "Now, the values stored in the array:"
for i = 1 to MarxBroCount
print "MarxBro$(" + i + ") = " + MarxBro$(i)
next i
end
'🟠DATA
MarxBrothers:
DATA *{{{ [tag[Marx Brother]] +[sort[]] +[join[,]] }}}*
```
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/e55af97e-32d4-4516-be95-46f8b25e70d9n%40googlegroups.com.