STR function
Description
Number to string function. STR(x,n) returns the numeric value x as a string, with n decimal places.
Example
STR(25.56,1) returns the string value "25.6"
Calculator
Number to string function. STR(x,n) returns the numeric value x as a string, with n decimal places.
STR(25.56,1) returns the string value "25.6"
Calculator