That's a big help. Thanks. This is a great community. I will keep my dev stuff on tiddlywiki dev in the future.
On Feb 16, 8:31 am, FND <[email protected]> wrote: > Please note that strictly development-related issues should be discussed > on the developers group: > http://groups.google.com/group/TiddlyWikiDev/ > > > #receive non-techy, end-user input(numbers) in a text field and then > > plug into an array > > You could use the built-in option macro, e.g.: > <<option txtMyVar>> > This creates (and populates) the variable config.options.txtMyVar. > > > #handle inputs with arithmetic in a check register like way > > Well, once you have the inputs in a variable, you can do pretty much > anything you like with them. > > > #output list of input, running, and final balances in a marked-up html > > table that can be copied and pasted into something that interprets > > html > > You could either go with the standard way and create DOM elements, or > use TiddlyWiki's wikify function to generate HTML from wiki markup. > > -- F. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

