Results 1 to 3 of 3

Thread: I need some help.

  1. #1
    Join Date
    May 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy I need some help.

    Hi guys,

    I got a friend's script, which is working for multiple people I know,
    but when I try to use it I get this error;
    Error: Exception: "" is an invalid integer at line 4853

    This is the script;

    procedure ThreadSafeCallNoParams(ProcName: String);
    var V: TVariantArray;
    begin
    SetLength(V, 0);
    ThreadSafeCall(ProcName, V);
    end;


    Well, the part of the script which contains the error.

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

    Default

    Does it open another tab when that error occurs?

    Could be fixed by simply re-opening script.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    May 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope it doesn't open a new tab, and I've tried to re-open it many times, still got the same error..
    Tried it on another pc as well because the script works for my friends, still got the same error on the other pc.

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
  •