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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<html>
<head>
<!-- This file has been generated by unroff 1.0, 08/31/01 10:47:13. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: control</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
<td>
<table cellpadding=2 width=550><tr>
<td><br><h2>CONTROL</h2></td>
<td align=right>
<small>
<a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
<a href="../doc/Welcome.html">Welcome</a>
<a href="../gallery/index.html">Gallery</a>
<a href="../doc/Contents.html">Handbook</a>
<td></tr></table>
</td></tr>
<td>
<br>
<br>
<title>Manual page for CONTROL(PL)</title>
</head>
<body>
<h2>
<tt>#control </tt><i>attribute</i><tt> </tt><i>value</i>
<hr></h2>
<h2>DESCRIPTION</h2>
Set various operational modes.<tt> </tt>
Note: This is part of the general script processing package and
has little use in the ploticus context.<tt> </tt>
<h2>ATTRIBUTES</h2>
<i>attribute</i> may be one of:
<p>
<b>evalvars</b>
<dl>
<dt><dd><p>
<i>value</i> should be <tt>no</tt> to turn off evaluation of variables
and <tt>yes</tt> to turn it on. Default is <tt>yes</tt>.<tt> </tt>
</dl>
<p>
<b>dot_in_varnames</b>
<dl>
<dt><dd><p>
If <i>value</i> is
<tt>yes</tt>, variable names may contain periods (.).
If <i>value</i> is <tt>no</tt>, period will be used as a delimiting
character when scanning variable names in the script, and variable
names cannot contain any periods.
The default is <tt>no</tt> unless sql database functionality is included
in which case the default is <tt>yes</tt> (since sql join result field names
contain periods).<tt> </tt>
</dl>
<p>
<b>suppressdll</b>
<dl>
<dt><dd><p>
<i>value</i> should be <tt>yes</tt> to suppress data-less lines, and <tt>no</tt>
to show data-less lines. Default is <tt>no</tt>.
A data-less line is a line
having one or more variables, all of which evaluate to a zero-length value.<tt> </tt>
Suppressing data-less lines is sometimes useful, for example, when displaying
multi-line entities such as postal addresses.<tt> </tt>
<br><br><br>
<br>
<br>
</td></tr>
<td align=right>
<a href="Welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
</dl>
<p><hr>
Markup created by <em>unroff</em> 1.0, <tt> </tt> <tt> </tt>August 31, 2001.
</body>
</html>
|