Page 2 of 2 FirstFirst 12
Results 26 to 28 of 28

Thread: In Depth Guides - Banking

  1. #26
    Join Date
    Feb 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you so much, I am learning and it has been really difficult, but every person like you making a guide.. well it makes it that much easier.

    Again, thank you for taking the time to do this. I use this all the time.

    edit: I joined in 2007 and started programming a week ago. I have no idea when I even made this account lol. First post in 5 years wooo

  2. #27
    Join Date
    Mar 2012
    Location
    Singapore
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    procedure OpenBankAll;
    
    begin;
    Openbank('ynb', True,True);
    Deposit(1 , 28: Integer; True: 28);     [This is line 50]
    end;
    Anything wrong with this? Keep getting an error

    comma (',') expected at line 50
    Compiling failed.

  3. #28
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    it should be Deposit(1, 28,True); the : integer part is only required when declaring a variable

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •