FutureProg functions
tobankaccount
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
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