Try putting the variable expression in parens: accountno, (.vMAcctNo), (.vBillRate)
so there's no confusion between variable evaluation and macro substitution. In general, R:Base is becoming stricter over using parens around expressions. Doesn't explain why it would break without an R:Base update, though. -- Larry

