To convert x to a single-precision number.
CSNG(x)
x must be a numeric expression (see the CINT and CDBL functions).
10 A#=975.3421222# 20 PRINT A#; CSNG(A#) RUN 975.3421222 975.3421