NoRound

Turns off rounding for all following Exp statements. This function can be used in these types of rules:

Syntax

HS.NoRound

Return Value

None.

Example

This example rounds the amount inserted into the SalesRound account’s cells to the nearest tenth, then uses NoRound to turn off rounding for the amount inserted into the SalesNoRound account’s cells:

HS.Round 0.1
HS.Exp "A#SalesRound" = "A#Sales"
HS.NoRound
HS.Exp "A#SalesNoRound" = "A#Sales"