The following assumptions produce the results shown:
&SUM1 has the value 1600 &SUM2 has the value 400 &DATE has the value "87/12/15"
And this expression:
substr(&DATE,4,5) || "/" || substr(&DATE,7,8) || "/" || substr(&DATE,1,2)
produces the same result as date(u).
See the Using QMF manual for additional examples of FORM.CALC.
[ Previous Page | Next Page | Contents | Index ]