FileName (Record function)

From m204wiki
Revision as of 11:50, 8 February 2012 by Dme (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return the name of the file that contains the Record object's record (Record class)

For file context Record objects, FileName returns the compile-time file context. For group context record objects, it returns one of the files in the group context.

Syntax

%string = record:FileName

Syntax terms

%string A string to contain the name of the file of the record.
record A Record object.

See also