Hello, I have a script, is ok and give Output at the beginning but then I get this error what mean that ? where is the problem ?
R-E- DXL: <Line: > null Object parameter was passed into argument position 1 -I- DXL: execution halted
Regards, Neven
Control17 - Tue Nov 07 06:32:06 EST 2017 |
Re: DXL halted with run-time error Hi Neven, that means that you have a line in your code where you want to do something with a variable of type Object, but the variable is null. |