Converts a number to a character string. FormCalc formats the result to the specified width and rounds to the specified number of decimal places.
n2 (Optional) The maximum width of the string. If you do not include a value for n2, the function uses a value of 10 as the default width.If the resulting string is longer than n2, the function returns a string of * (asterisk) characters of the width specified by n2. n3 (Optional) The number of digits to appear after the decimal point. If you do not include a value for n3, the function uses 0 as the default precision.The following expressions are examples of using the Str function:
“ 2″ “ 234″ Converts the largest occurrence of Amount to a six-character string with two decimal places.