STR$ (n)           where n = Integer Type
STR$ (n, d)
Purpose To return a string that represents the integer n.
If the second format is used then this function will return a string of d number of characters.
Examples A$ = STR$(-1234)
B$ = STR$(-1234,7)
Comments: A$ will contain the string : "-1234" , B$ will contain the string "-001234"
See Also: VAL, HEX$(n), HEXVAL(x$)

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual