Skip to content
TATDK edited this page Apr 2, 2011 · 1 revision

Accounts

Add amount to account

BankAccount.add(string accountname,double amount);

Example

BankAccount.add("MyAccount",10.00);

Subtract amount to account

BankAccount.add(string accountname,double amount);

Example

BankAccount.add("MyAccount",10.00);

Clone this wiki locally