FutureProg functions
tocurrency
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.
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.