Results 1 to 3 of 3

Thread: Error - Duplicate identifier 'INVFULL

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

    Default Error - Duplicate identifier 'INVFULL

    Thanks for the Help

    Simba Code:
    begin
      Thanks for the Help :)
    end.
    Last edited by rsbots2013; 04-11-2013 at 10:00 AM.

  2. #2
    Join Date
    Apr 2013
    Posts
    395
    Mentioned
    1 Post(s)
    Quoted
    177 Post(s)

    Default

    Remove the whole InvFull function at line 275

  3. #3
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Your standards need a litte work, I can't really locate it, however dupilicate identifer means you probably have two vars or procedures or functions named the same.
    edit: Actually its because you have a function called invfull when there's already one called invfull in the include.
    edit2: You should use the Offical 07 include as it as a lot of random solving and has a better performance.

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
  •