< Futurebasic < Language < Reference
Syntax
USING
Description
This function returns a decimal string representation of the numeric expr, formatted according to specifications in format$. The characters in format$ are interpreted as follows: If format$ contains any characters other than the specifiers listed above, they are transferred unaltered to the returned string. Example: x! = 14.726 PRINT USING "You owe me $#,###.##."; x! program output: You owe me $14.73.
See Also
DEF USING; STR$; UNS$
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.