FutureProg functions

tobankaccount

Lookup · computer function, computer program, standard futureprog

BankAccount tobankaccount(Bank bank, Text code)
Contexts: computer function, computer program, standard futureprog
Returns the bank account referenced by the code, or null if not found
bank: The home bank
code: The code of the bank account in the form bank:accn or just an accn for the bank

BankAccount tobankaccount(Number id)
Contexts: computer function, computer program, standard futureprog
Returns the bank account referenced by the ID, or null if not found
id: The ID of the bank account

BankAccount tobankaccount(Text code)
Contexts: computer function, computer program, standard futureprog
Returns the bank account referenced by the code, or null if not found
code: The code of the bank account in the form bank:accn

← Back to FutureProg functions