On 8/10/02 5:12 PM, "Beertje" <[EMAIL PROTECTED]> decreed thusly:

> on mouseUp
> put the text of field "Cost1" + the text of field "Cost2" into field
> "Total"
> updateStage
> end

on mouseUp
  put int(the text of field "Cost1") + int(the text of field "Cost2") into
field
"Total"
  updateStage
end

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to