I want to delete this post
Posted: Sat Dec 14, 2013 1:04 am
I want to delete this post
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
...
put fld "scorefield" OF CD "scorecard" OF STACK "scorestack" into tScoreVariable
...
Code: Select all
on updateScore
add 1 to field "scoreField" OF CD "scorecard" OF STACK "scorestack"
end updateScore