Skip to main content

STR function

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

STR ,  3.141593

Related functions