<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Message d'origine ----- <br>
De : Huub van Niekerk <br>
Date : 05/03/2010 12:34:
<blockquote cite="mid:hmqq8g$oag$2@dough.gmane.org" type="cite">
<blockquote type="cite">
<pre wrap="">with genlib()
</pre>
</blockquote>
<pre wrap=""><!---->
Thank you. Question though: according to the help, genlib(name, dir)
should be able to do it. But, with my newly created INTEGRAL_f2.sci:
-->genlib(INTEGRAL_f2, /opt/scilab-5.2.1/share/scilab/modules/
scicos_blocks/macros/Linear)
!--error 4
Undefined variable: INTEGRAL_f2
it doesn't work. What I am missing or doing wrong?
</pre>
</blockquote>
<p style="font-style: normal;"><font color="#000000"><b>lib_name:</b> <br>
Scilab <u><b>string</b></u>. The variable name of the library to
(re)create.<br>
<b>dir_name</b>: <br>
Scilab <u><b>string</b></u>. The name of the directory to look for
.sci-files.</font><font color="#000000"><font
face="Times New Roman, serif"><span style="font-weight: normal;"><br>
</span></font></font></p>
<p style="font-style: normal;"><font color="#000000"><font
face="Times New Roman, serif"><span style="font-weight: normal;">You
may try </span></font></font><br>
</p>
<pre wrap="">genlib("INTEGRAL_f2", "/opt/scilab-5.2.1/share/scilab/modules/scicos_blocks/macros/Linear")
</pre>
<br>
</body>
</html>