As I wrote in the other post. Wikitext is _no_ general purpose programming 
language. In wikitext variables are only accessible "inside" a widget 
"body". So eg: 

```
<$let var1=test>
<!-- this is the widget body of the let-widget -->
value of var1: <<var1>>
</let>
outside value of var1: <<var1>>   <-- there is no var1 any more ... It's 
gone
```

So even if you try to nest the list-widget, it won't work that way, since 
your variables are only useful in the inside of the most inner list. ... 
BUT every "outer" list is still active. 

So if your variable1 has eg: 2 elements _all_ the inner list will be 
evaluated 2 times. ... That's what you see. 

As I also wrote, in the other post. I don't see the whole picture, so I 
could only help with the topic that you described. ... But I kind of knew, 
what could happen. ... 

We can only help, with problems we know, if they are described in plain 
text. If we understand the problem we can probably tell you, how to do it 
the "TiddlyWiki way". ... 

The TW UI is mainly created using lists. They are everywhere. ... But it's 
important to understand that you can't run a list-widget to create several 
variables. .... You can use list-widgets to iterate over arrays of titles.

It's like a "map()" function in other languages. 

I don't know, if that helps. ... But without the "big picture" we can't do 
much.

-mario

-- 
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/fe1961ea-2b10-4f1b-9912-8428a85bdaf5n%40googlegroups.com.

Reply via email to