The FORMAT$ function converts an expression to a formatted string. The output string is formatted according to the string format you provide. (Type HELP PRINT USING for information on valid formatting characters.) Example Line$ = FORMAT$(32 / 5, "##.##")
1 – Syntax
str-var = FORMAT$(exp, str-exp)