Whats's this error!! :P my server is working properly but giving this error.
AN ERROR HAS OCCURED [wrong number of parameters]
CALLSTACK
LOCALS
AN ERROR HAS OCCURED [wrong number of parameters]
CALLSTACK
LOCALS
AN ERROR HAS OCCURED [wrong number of parameters]
CALLSTACK
LOCALS
AN ERROR HAS OCCURED [wrong number of parameters]
CALLSTACK
LOCALS
In which line???
When does it give error?
More importantly give detail of what u did last to the script.
Look buddy, I know you're stupid. But for f*s sake. You can't even read English?
function test(a, b, c)
{
print(a + b + c);
}
test(2, 4); // <- this is line #6 WHAT AM I MISSING HERE?
AN ERROR HAS OCCURED [wrong number of parameters]
CALLSTACK
*FUNCTION [main()] ./my_script.nut line [6]
LOCALS
[vargv] ARRAY
[this] TABLE
Quote from: [DS]Anik on Jan 22, 2016, 10:15 AMIn which line???
When does it give error?
i don't know it just comming alone not giving any line.