
| Name | Value |
|---|---|
| NAME | MAG FILEMAN FIELD ATTS |
| TAG | FIELDATT |
| ROUTINE | MAGUFFLA |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | PUBLIC |
| INACTIVE | ACTIVE |
| DESCRIPTION | This remote procedure returns a list of attributes and attribute values for a field in a FileMan file. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
This RPC returns an array of values formatted as follows:
If no input or processing error:
OUT(1) = 0``n where n = number of entries on the OUT() array
OUT(m) where 1 < m <= n
= attribute`value
If an input or processing error:
OUT(1) = n`error_message
|