Hi FND,

It returns NaN. [1]

ALex
[1] http://r.a.hough.googlepages.com/OMM.html

2009/3/19 FND <[email protected]>:
>
>> i still get [object Object] with addition of join method
>
> Oh right, of course - getTaggedTiddlers returns tiddler objects.
> So you'll have to use the map method to extract the title property:
>     "[[" +
>     store.getTaggedTiddlers(tiddler.title).
>         map(function(item, i) {
>             return item.title;
>         }).
>         join("]] [[") +
>     "]]"
>
>
> -- F.
>
> >
>



-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~---------~--~----~------------~-------~--~----~
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