Why doesn't anyone help with unknown identifier?

Discussion in 'Scar/Simba Help' started by mickgriddle, Feb 24, 2008.

Why doesn't anyone help with unknown identifier?
  1. Unread #1 - Feb 24, 2008 at 12:25 AM
  2. mickgriddle
    Referrals:
    0

    mickgriddle Guest

    Why doesn't anyone help with unknown identifier?

    I've seen tons of threads including help about unknown identifiers.

    Why won't anyone help us?!

    Is this community so bad that people who are new and trying to get help can't because people just assume they are leachers?

    Well, we need help with unknown identifiers whatever the hell they are.
     
  3. Unread #2 - Feb 27, 2008 at 4:09 AM
  4. StarScreamer
    Referrals:
    0

    StarScreamer Guest

    Why doesn't anyone help with unknown identifier?

    an unknown identifier is just something that hasn't been declared. And they are always different, if you can't figure out whats wrong don't use the script.

    e.g
    Code:
    program New;
    begin
      Clickmouse(x,y,true);
    end.
    would give the error
    Code:
    Line 3: [Error] (3:12): Unknown identifier 'x' in script 
    because I didn't declare x,y as integers, so to fix this i would do this

    Code:
    program New;
    var
    x, y : Integer;
    begin
      Clickmouse(x,y,true);
    end.
    see what I mean? It's not to hard :\
     
  5. Unread #3 - Feb 28, 2008 at 6:48 PM
  6. Nightmare0
    Joined:
    Mar 31, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    Nightmare0 Active Member

    Why doesn't anyone help with unknown identifier?

    also you're srl might not be up. If you go under file and click dl srl and think you have it, you're wrong :D, you still have to move those plugins to your folder.
     
< Help adding includes into script | Input & Loop Question >

Users viewing this thread
1 guest


 
 
Adblock breaks this site