I want to populate a card with 3 fields. The goal is to be able get the third field to show the result of the sum of any random numbers put into field one and field two. I have tried all sorts of combinations of script lines but keep getting error messages when I hit compile. Basically, I have given each field a name in the object inspector, and then my script goes something like this
Code: Select all
function "GetSum" of field1+field2. Put result of Sum into field3