sets the limit for the number of files a Scilab is allowed to have open simultaneously
r = maxfiles(newnumbermax)
:newnumbermax an integer the new value. : :r an integer: effective new value. :
maxfiles sets the limit for the number of files a Scilab is allowed to have open simultaneously.
Minimum : 20
Maximum : 100
Default : 20
r = maxfiles(50);