strf Function
Purpose:
Returns the string represenation of a number with a specified format
Syntax:
strf(number,format)
Comments:
Example:
ac = 33
p strf(ac, "%5f")
33.00000