Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
expr round(data,[position]) expr data,position
data | specifies the value to round.
| ||||||||||||||||||||||
position | (optional) specifies the rounding position, positive indicates
positions to the right of the decimal point, negative, the left of the
decimal point. The default value of position is 0.
If data is a datetime value, and position is specified, its possible values are:
|
while(list_pos(ll) != list_next(ll)) list_modcol(ll,6,round(list_curr(ll,6),3)); list_view(ll,0);