◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── 'This example uses the CSNG funcion to round values before converting 'them to single precision. A#=975.3421115# B#=975.3421555# PRINT A#; CSNG(A#); B#; CSNG(B#) 'Sample Output ' '975.3421115 975.3421 975.3421555 975.3422