Richard Gaskin <[EMAIL PROTECTED]> wrote:

> put fld 1 + fld 2 into fld 3

I have some custom budget stacks -- one field "lechamp" for details, one
by line, and one field "letotal" for the... total!

  put fld lechamp into montants
  replace return with comma in montants
  put format("%3.2f",sum(montants)) into fld letotal

* in fact, "lechamp" and "letotal" are variables

-- 

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to