Hi Mohammad,

I just add how I create such lists:

Look at this tiddler 
<http://muritest.tiddlyspot.com/#%24%3A%2Fplugins%2FBTC%2Ftiddly-touch%2Flists%2Fnumbers>
 ... 
it stores all integer numbers from 1 to 9999 in its list field

I just do:

<$list filter="[list[mynumbertiddler]limit[mylimit]]">
do something
</$list>

There's also Evan Balster's formula plugin which allows creating ranges!

<$list filter="[range[99]]">
do something
</$list>


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fefa3942-43d5-461b-ac6b-e88779275e03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to