Hi,

I'm blocking on how to increment a counter into a list
I have the following code which display a list of checkbox

I need to set the index in the DataTiddler but in the below example the 
<<vals_rep>> remains to  ..
Anyone who has an idea why it's not working ?

Thanks for your help
Regards

<$list filter="[enlist<projs_list>]" variable ="proj_name_val">
<$vars  vals_rep ={{{ [<vals_rep >add[1]]       }}}>
<<vals_rep>>
<li> <<proj_name_val>> <$checkbox tiddler="projs_selection" 
index=<<vals_rep>>  checked=<<proj_name_val>>>  </$checkbox></li>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/21a0a07c-26da-402b-97fa-b37c75ddff5cn%40googlegroups.com.

Reply via email to