> Your code does kind of work, but its adding as text, not as math, e.g.
> if I start with versecount of 0, then press the ">" button, the
> versecount (and thus the window.fetStartIndex) becomes 015, then
> 01515.

oops!  to convert the retrieved text into a number, use the parseInt
(...) function, like this:

  var c=parseInt(store.getValue(tiddler,"vc"))-
window.fetItemsPerPage;

-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