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.


Reply With Quote






