Search found 1 match

by JwB
Sat Jan 28, 2017 2:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Variable Math
Replies: 11
Views: 6064

Variable Math

I am running into problems adding (or another math operation) with variables. I am trying the following with global variables. These are defined in the card script and the action is also in the card script: put _v1 + _v2 into _vTotal What I have read so far only concerns adding integers to a variabl...