Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC
Print Page as PDF
Routine: MAGUFFLA

Package: Imaging

Routine: MAGUFFLA


Information

MAGUFFLA ;WOIFO/MLH - Imaging FileMan utility - return list of attributes for a field; 24 Sep 2011 01:49 PM

Source Information

Source file <MAGUFFLA.m>

Entry Points

Name Comments DBIA/ICR reference
FIELDATT(OUT,FILENO,FIELDNO) ; rpc MAG FILEMAN FIELD ATTS
; input: FILENO The number of a Fileman file or subfile
; FIELDNO The number of a field within the file
;
; output: OUT() Array of return 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

Used in RPC

RPC Name Call Tags
MAG FILEMAN FIELD ATTS FIELDATT
Info |  Source |  Entry Points |  Used in RPC