ars_GetListField(control,schema,changedsince=0,fieldType)

Fetches the Field ID's for all fields in the schema specified. changedsince is an optional unix timestamp and defaults to 0.

3.x and above

On success
Returns an array of field ids.
On failure
Returns undef.

Example:

      @fields = ars_GetListField($c, "User");
      

<-- Back to Table of Contents