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: MAGUFFLL

Package: Imaging

Routine: MAGUFFLL


Information

MAGUFFLL ;WOIFO/MLH - Imaging FileMan utility - return list of fields in a file; 24 Sep 2011 11:52 AM

Source Information

Source file <MAGUFFLL.m>

Entry Points

Name Comments DBIA/ICR reference
FIELDLST(OUT,FILENO,ORDER) ; rpc MAG FILEMAN FIELD LIST
; input: FILENO The number of a Fileman file or subfile
; ORDER Desired order of field list return:
; A alpha
; N numeric (default)
;
; 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
; = field_number`field_name
; If an input or processing error:
; OUT(1) = n`error_message

Used in RPC

RPC Name Call Tags
MAG FILEMAN FIELD LIST FIELDLST
Info |  Source |  Entry Points |  Used in RPC