FutureProg functions
loadcurrency
Item loadcurrency(Currency currency, Number amount)
Contexts: computer function, computer program, standard futureprog
Creates a new currency-pile item worth the supplied numeric or text amount. Errors if the currency is null or the text amount cannot be parsed.
currency: The currency definition to query, load, give, or count.
amount: The amount to use. Text amounts are parsed using the target system's normal builder/player parsing rules.
Item loadcurrency(Currency currency, Text amount)
Contexts: computer function, computer program, standard futureprog
Creates a new currency-pile item worth the supplied numeric or text amount. Errors if the currency is null or the text amount cannot be parsed.
currency: The currency definition to query, load, give, or count.
amount: The amount to use. Text amounts are parsed using the target system's normal builder/player parsing rules.
Contexts: computer function, computer program, standard futureprog
Creates a new currency-pile item worth the supplied numeric or text amount. Errors if the currency is null or the text amount cannot be parsed.
currency: The currency definition to query, load, give, or count.
amount: The amount to use. Text amounts are parsed using the target system's normal builder/player parsing rules.
Item loadcurrency(Currency currency, Text amount)
Contexts: computer function, computer program, standard futureprog
Creates a new currency-pile item worth the supplied numeric or text amount. Errors if the currency is null or the text amount cannot be parsed.
currency: The currency definition to query, load, give, or count.
amount: The amount to use. Text amounts are parsed using the target system's normal builder/player parsing rules.