The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_SetEntry</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

   <H2><CODE>ars_SetEntry(ctrl,schema,entry_id,getTime,...)</CODE></H2>

Modifies the value of an entry in a schema.  
<P>
Alternating field ids and values should be given after "getTime".

      <DL>
          <DT><B>On success</B><DD>
              Returns True (1)
          <DT><B>On failure</B><DD>
              Returns undefined
      </DL>

      <P>Example:

      <PRE>
      $r = ars_SetEntry($ctrl, $schema, $entryid, 0, $fid, $content);
      </PRE>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 26th June 1997 by d.j.adams@soton.ac.uk<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>