Fileabre

fileabre is an internal character string array that gives the list of the abbreviations associated with tables that have been opened by File.

Syntax

 fileabre(INDEX_VALUE)

Example

Subprog TABLE_LIST(TABLES,ABBREV)Variable Char TABLES()(1..),ABBREV()(1..)Local Integer IFor I = 1 To [S]adxmtoTABLES(I)=filename(I)ABBREV(I)=fileabre(I)Next IEnd

Comment

This system variable is reserved for internal use. If the table is referred by fileabre, it does not mean that the table is still accessible.

See also

adxmto, filename, File.