ars_DeleteMultipleFields(ctrl, schema, deleteOption=0, fieldId1, fieldId2, ...)

Delete all of the given fieldId's from the given schema on the server connected to in the given control structure. See the ARS Programmer's Guide for an explanation of the deleteOption. Requires Administrator privs to use.

On success
Returns 1.
On failure
Returns 0.

Example:

      ars_DeleteMultipleFields($ctrl, "HD:HelpDesk", 0, 536870920, 536870921) || 
		die "$ars_errstr";
      
ars_DeleteMultipleFields was introduced in version 1.5 of ARSperl.


<-- Table of Contents

Last changes to this page 21st July 1997 by jcmurphy@arsperl.org
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org