Str(n1 [, n2 [, n3 ]])
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.
         2″
 234″
Converts the largest occurrence of Amount to a six-character string with two decimal places.

Str