Error 13 un-associated with _POS()

Posted By: Mook_Yon

Error 13 un-associated with _POS() - 12/13/17 13:13

Following script outline (w/o TMF or other unsynchronized function calls):
Quote:
function run()
{
_POS(1);
...
...
... code comes here [with additional _POS(i) calls ...]
...
...
_POS(20); // Last _POS() call, just before run()'s exit
}

is generating the following error:
Quote:
Error 013: Invalid parameter ()
(20)

It seems like the error is somehow formed in the Zorro environment, not specifically associated with a function call. Can anybody advise: how such an error be troubleshooted/identified?

THX!
Posted By: Hredot

Re: Error 13 un-associated with _POS() - 12/13/17 15:18

http://zorro-project.com/manual/
-> error messages

Quote:
Error 013: Invalid parameter (...)
An invalid value or wrong format specicaused an exception in an expression.


Double check all inputs fed to functions and make sure they are the correct type.
Posted By: jcl

Re: Error 13 un-associated with _POS() - 12/13/17 19:52

It would be good to see your code.
© 2024 lite-C Forums