Difference between revisions of "Manual:DIL Manual/moneystring()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bfmonstr"></span> | ||
| + | string moneystring(amt : integer, verbose : integer) | ||
| + | amt : The amount of money | ||
| + | verbose: True if an expanded string (copper pieces) or false | ||
| + | if abbreviated money types (cp). | ||
| + | result : The moneystring for the given currency. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bfmonstr"></span> | <span id="bfmonstr"></span> | ||
string moneystring(amt : integer, verbose : integer) | string moneystring(amt : integer, verbose : integer) | ||
Latest revision as of 22:35, 4 December 2025
string moneystring(amt : integer, verbose : integer)
amt : The amount of money
verbose: True if an expanded string (copper pieces) or false
if abbreviated money types (cp).
result : The moneystring for the given currency.
---~---~---~---~---~---~---~---~---
string moneystring(amt : integer, verbose : integer)
amt : The amount of money
verbose: True if an expanded string (copper pieces) or false
if abbreviated money types (cp).
result : The moneystring for the given currency.
---~---~---~---~---~---~---~---~---