Thanks again - and I did eventually come across this but I don't know
how to assign it to a variable!

If I run:

<script>return store.getTaggedTiddlers("CA2009").length </script>

I get nothing...

If I run:

<script>return "No.= " + store.getTaggedTiddlers("CA2009").length </
script>

I get No.= 6

the right answer!

but how can I assign it to a variable for later use...

 <script>var d =  store.getTaggedTiddlers("CA2009").length
 return d;
 </script>

returns nothing!
-----------------------------------------------------------------
On Jul 21, 4:13 pm, Eric Shulman <[email protected]> wrote:
> > So basically, all I need for my original attempt to work is to know
> > how many tiddlers have that specific tag.
>
> Like this:
>
> store.getTaggedTiddlers('tagValue').length
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to