Marc

The dotting rules have not changed.

The SUM OF syntax never required a dot before the variable name
Your vGrandTot variable expression DOES need the dots.  The correct versions
are:

Vtot = SUM OF vTotals
VGrandTot = ( .Vtot + .Vxxx)


David Blocker
[EMAIL PROTECTED]
781-784-1919
Fax: 781-784-1860
Cell: 339-206-0261
----- Original Message -----
From: "Marc" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, March 07, 2005 9:41 AM
Subject: [RBG7-L] - Reports


> Hi
>
> I just started working on converting my reports
> and noticed that it seems we do not user dotted
> vars much any more?
>
> I want to make sure that these are correct before
> I get too far into the process.
>
> Is this correct
> Vtot = Sum of  vtotals
> VGrandTot = ( Vtot + Vxxx)
>
> Instead of this
> Vtot = Sum  of .vtotals
> VGrandTot = ( .Vtot + .Vxxx)
>
>
> Thanks
> Marc
>
>

Reply via email to