<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
AFAIK, there is no way to do that...<br>
<br>
However there is a lengthy article on scilab wiki
(<a class="moz-txt-link-freetext" href="http://wiki.scilab.org/">http://wiki.scilab.org/</a>) called "<a
 href="http://wiki.scilab.org/Emulate_Object_Oriented_in_Scilab">Emulate
Object Oriented</a>" which might help you.<br>
<br>
Mathieu<br>
<br>
On 09/01/2010 07:56 PM, André FS wrote:
<blockquote
 cite="mid:AANLkTi=Ut+P4RD2B46KRsuoxOSr+5zYr=geyHKhngqrM@mail.gmail.com"
 type="cite">
  <pre wrap="">Hello, people.

Is there any special operator to do that?

-->function f(x)
-->   (?)x = (?)x+1
-->endfunction;
-->a=1;
-->f(a);
-->disp(a);
   2

--
André FS
Aeronautical Engineering Student
Instituto Tecnológico de Aeronáutica (<a class="moz-txt-link-abbreviated" href="http://www.ita.br">www.ita.br</a>)
CENIC (<a class="moz-txt-link-freetext" href="http://www.cenic.biz/index_1.html">http://www.cenic.biz/index_1.html</a>)
  </pre>
</blockquote>
<br>
</body>
</html>