Purpose
Outputs the numeric field ID and type information from the current object and the current container for use in determining what values are available.
Output is sent to the FCAS console.
Syntax
ServerFile.DumpFields
Example
Dim sf as ServerFile
sf.OpenFile("FCAS Config|Configuration")
sf.DumpFields
|