File: 84.htm

package info (click to toggle)
eagle 4.16-5
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 36,508 kB
  • sloc: sh: 82; makefile: 32
file content (50 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>EAGLE Help: RUN</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>RUN</center></h1>
<hr>
<dl>
<dt>
<b>Function</b>
<dd>
Executes a <a href=128.htm>User Language</a> Program.
<p>
<dt>
<b>Syntax</b>
<dd>
<tt>RUN file_name [argument ...]</tt>
<p>
</dl>
<b>See also</b> <a href=85.htm>SCRIPT</a>
<p>
The RUN command starts the User Language Program from the file <tt>file_name</tt>.<br>
The optional <tt>argument</tt> list is available to the ULP through the
<a href=229.htm>Builtin Variables</a> <tt>argc</tt> and <tt>argv</tt>.
<p>
<b>Running a ULP from a script file</b>
<p>
If a ULP is executed from a script file and the program returns an integer value
other than <tt>0</tt> (either because it has been terminated through a
call to the <tt><a href=247.htm>exit()</a></tt> function or because
the STOP button was clicked), execution of the script file will be terminated.
<p>
<b>Editor commands resulting from running a ULP</b>
<p>
A ULP can also use the <tt><a href=247.htm>exit()</a></tt> function with a <tt>string</tt>
parameter to send a command string back to the editor window.

<hr>
<table width=100% cellspacing=0 border=0><tr><td align=left><font face=Helvetica,Arial>
<a href=index.htm>Index</a>
</font></td><td align=right><font face=Helvetica,Arial size=-1>
<i>Copyright &copy; 2005 CadSoft Computer GmbH</i>
</font></td></tr></table>
<hr>
</font>
</body>
</html>