I have a button <http://stephenteachertests.tiddlyspot.com/#RandomButton> which 
generates two random numbers and then evaluates the sum and returns that 
value to a field...
Or at least it used to...


Now it returns the value of the previous sum.

Before 
<http://stephenteachertests.tiddlyspot.com/_sites/s/st/ste/stephenteachertests/backup/index.20171205.0525490000.html#RandomButton>

After <http://stephenteachertests.tiddlyspot.com/#RandomButton>

The data tiddler is here <http://stephenteachertests.tiddlyspot.com/#data>

The statans field should be the sum of the other two.

The code is the same...

WHATS GOING ON!!!!!  *sobs*

<$button>Random Question
<$action-setfield $tiddler="data" $field="statrand1" $value=
<<eval datatiddler:"data" cell:"random1">>/>
<$action-setfield $tiddler="data" $field="statrand2" $value=
<<eval datatiddler:"data" cell:"random1">>/>
<$action-setfield $tiddler="data" $field="statans" $value=
<<eval datatiddler:"data" cell:"ans">>/>
</$button>


Cheers :)

Ste





-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9e2ee507-23cc-4a07-9115-1f8cdeb56d88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to