<HTML>
<HEAD>
<TITLE>ARSperl Manual - Field Limit Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Field Limit Structure</H2>
<PRE>
<B>; integer</B>
{
"min" => integer,
"max" => integer
}
<I>or</I>
<B>; real</B>
{
"min" => float,
"max" => float,
"precision" => integer
}
<I>or</I>
<B>; char</B>
{
"maxLength" => integer,
"menuStyle" => "append" <I>or</I> "overwrite",
"match" => "anywhere" <I>or</I> "leading" <I>or</I> "equal",
"charMenu" => string,
"pattern" => string,
"fullTextOptions" => "none" <I>or</I> "indexed"}
<I>or</I>
<B>; diary</B>
{
"fullTextOptions" => "none" <I>or</I> "indexed"}
<I>or</I>
<B>; enum and bitmask</B>
array of strings
<I>or</I>
undef
</PRE>
<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 27th June 1997 by d.j.adams@soton.ac.uk<br>
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu
</address>
</BODY>
</HTML>