<HTML>
<HEAD>
<TITLE>ARSperl Manual - Assign Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Assign Structure</H2>
<PRE>
{
"none" => undef,
<I>or</I>
"value" => reference to <A HREF="ds_vs.html">Value Structure</A>,
"valueType" => string,
<I>or</I>
"field" => reference to <A HREF="ds_afs.html">Assign Field Structure</A>,
<I>or</I>
"process" => string,
<I>or</I>
"arith" => reference to <A HREF="ds_aoas.html">Arith Op Assign Structure</A>,
<I>or</I>
"function" => reference to <A HREF="ds_fncas.html">Function Assign Structure</A>,
<I>or</I>
"dde" => not implemented
}
</PRE>
<B>Notes</B>: All of the above keys are mutually exclusive except for the
<CODE>value</CODE> and <CODE>valueType</CODE> keys which always appear
together.
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 4th August 1997 by jcmurphy@smurfland.cit.buffalo.edu<br>
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu
</address>
</BODY>
</HTML>