FutureProg functions

tocurrency

Currency · computer function, computer program, standard futureprog

Currency tocurrency(Number id)
Contexts: computer function, computer program, standard futureprog
Looks up a currency by ID or name. Returns null if no currency matches.
id: The numeric ID of the currency to look up.

Currency tocurrency(Text name)
Contexts: computer function, computer program, standard futureprog
Looks up a currency by ID or name. Returns null if no currency matches.
name: The currency name or alias to look up.

← Back to FutureProg functions