summing cell contents
December 13, 2006 12:00 AM
You will need a variable for the total score and an action on the Calculate Score button for each of the entry fields.Initally set the final score variable to zero.The action for all but the first of the fields should add the contents of the field to the total score variable in the format:On: mouse clickAction: Modify variableTarget: Final score variableValue: VAR(Entry_0004) variable etcModification type: Add to variableThe default action on the button should be set to on mouse click, modify variable, Target: total score variableValue: VAR(first entry field)Modification type: set variable contentsHope this helpsAndyHope this helps
Discussions have been disabled for this post