Converts a numeric expression to a single-precision value.
CSNG
(numeric_expression)
numeric_expression is any numeric expression.
Using CSNG
is equivalent to assigning the expression to a single-precision variable.
Single-precision values have seven significant digits.
A#=975.3421222#
PRINT A#; CSNG(A#)
975.3421222 975.3421