FILE |
Input |
This can be the file number or the full name of the
file. For subfiles, it must be the subfile number.
|
FIELD |
Input |
This is the field number or the full name of the
field.
|
FLAG |
Input |
This is a flag controlling what will be returned. The
default value is <null>. If FLAG contains N then do not return attributes
whose value is <null>. If FLAG contains Z, then for Word Processing
attributes, include the zeroth node with the text.
|
ATT |
Input |
List of attributes to return.
List[n] := attribute name where n=0,1,2,3,...
List[0] := "*" to send all.
|
TYPE |
Input |
Optional - default = 1. If TYPE=1, then return
DSIC(attribute name)=value. For wp fields, return DSIC(att name,#)=text, else
return DSIC(#)=attribute name^value [from RPC].
|
DSIC |
Output |
Passed by reference. Array of attributes, output is
determined by TYPE parameter.
|