If you are viewing this in Talk.TiddlyWiki, you might find the sample code
prettier for viewing in the source Google Groups post
<https://groups.google.com/g/tiddlywiki/c/DlfP98qS8bk>.
On Tuesday, December 27, 2022 at 11:38:47 PM UTC-4 Charlie Veniot wrote:
> ```
> '🟠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/985044ab-d296-4501-8c2a-b9666e6815f7n%40googlegroups.com.