Hi Pearl08,

There is an example to be found here:
http://groups.google.co.uk/group/TiddlyWiki/browse_thread/thread/bbded722a9613b72/53487c48e2b2c305?lnk=gst&q=okido#53487c48e2b2c305

Basicly you have a function that puts all to be send as output into a
variable and the variable is passed on to the write function.


Have a nice day, Okido


28 Nov, 18:41, pearl08 <[EMAIL PROTECTED]> wrote:
> New to wiki's. Working with the ForEachTiddler Macro and trying to
> understand the capabilities of the 'write' - output of the macro. Am I
> limited to a certain subset of formats, or is there a way to output
> data in a 'table' format utilizing the "|" syntax?
>
> i.e.
>
> <<forEachTiddler
> where
> 'tiddler.tags.contains("workorder")'
> sortBy
> 'tiddler.title'
> write
>  '"|"+tiddler.title+"|"+tiddler.data("requestor")
> +"|"+tiddler.projectowner+"|<br>"'
>
>
>
>  . . . this doesn't work.
>
> Any direction would be appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
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