Hi Stefan

See error codes here: http://help.scilab.org/docs/5.4.1/en_US/error_table.html

/Claus

On 1/25/2014 21:07, Stefan Du Rietz wrote:
I found out what the error was: I had a line

  if exists("bolus") then

that became true when I had this variable in the workspace, which I never had before.

I changed it to

  if exists("bolus", "l") then

and it worked again.

But I still wonder: why the error 44?

Stefan

On 2014-01-25 18:32, Stefan Du Rietz wrote:
--------------------
Hi all,
one of my functions suddenly stopped working. During my effort to find
the error by running the commands from the command window, I
experienced this:

-1->args(1) = null();
args(1) = null();
                  !--error 44
Wrong argument #2.

and when I checked:
-1->typeof(args)
  ans  =
  list

Can anybody explain that?

Regards
Stefan
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to