I have a large javascript tiddler with the following outline:

<script>
var myFile = "DataFile";
var ProcessedData = "";
...
...
...

return ProcessedData;
</script>

It works fine: everytime I click the tiddler hyperlink, it processes
the data in the "DataFile" and displays it as the tiddler text.

I would like to create multiple links such that each link processes
the data from a different data file.  I noticed in the discussion
groups that people have often talked about passing arguments to a
macro.  Is there a way of doing it with a tiddler without having to
turn it into a macro?

Thanks for your helps.

Cheers; 'best,
shankar

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.

Reply via email to