ars_GetField(ctrl, schema, id)
id
is the numerical Field Id.
See also ars_GetListField
,
ars_GetFieldByName
,
and ars_GetFieldTable
Example:
($field = ars_GetField($c, "User", 8)) || die $arr_errstr; print $field->{"helpText"};
Last changes to this page 10 March 1998 by David Adams
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu