Search:

Type: Posts; User: Adak

Search: Search took 0.05 seconds.

  1. Thread: Code Assistance

    by Adak
    Replies
    16
    Views
    4,272

    It has some busy code in there - to make the...

    It has some busy code in there - to make the display "just so", (for showing multiple records, etc.).

    The gist is that, in your do while() loop, you need to have a switch() statement (or several...
  2. Thread: Code Assistance

    by Adak
    Replies
    16
    Views
    4,272

    On line 56 or so above, you need to have either a...

    On line 56 or so above, you need to have either a switch() statement, or several if() else if() statements to call the right functions. MakeDeposit, etc., will need to have the type of account passed...
Results 1 to 2 of 2