Results 1 to 3 of 3

Thread: Help Please Identifier Expected

  1. #1
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Cool Help Please Identifier Expected

    This is part im having problems with....


    procedure P07_SetRun(Run: Boolean);
    Begin
    var x, y: integer;
    begin
    if not P07_TabInventoryTab(12) then
    begin
    writeln('ERROR: Could not P07_TabInventoryTab(12) -> Error in P07 include or random! Exiting');
    Exit;
    end;
    if (FindColor(x, y, 4342852, 627, 416, 658, 444)) then
    begin
    writeln('-> Run = on!');

    Keeps saying identifier expected on this line
    var x, y: integer;

    Help pleaseeee

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    your question was another on your other thread..

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    remove begin before the var x,y :integer;

    Creds to DannyRS for this wonderful sig!

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
  •