FILEABRE |
fileabre contains the abbreviations for all open tables.
[S]fileabre (5) (101) Char
# List of open tables and their abbreviationsFor I = 1 To 100
Infbox [S]filename(I)-[S]fileabre(I)
Next I
fileabre is an Adonix system variable of the character string type that contains the abbreviations for all tables opened via the File or Local File instruction. It is sized to 101, and fileabre(0) is initialized with the empty string.
The [S]adxmto variable sets the maximum number of tables that can be open simultaneously (100).
To say that a table is open does not necessarily mean that it is accessible. This means that it was opened by Adonix at the time of a File or Local File instruction and it is still in the memory. It could be "closed logically" by a File command, since Adonix reserves the selection as per its requirements to delete a saved OBJect when it is not used. To access a table loaded in the memory but "closed logically," you will have to declare it again via File or Local File.
The order in which the tables are placed in the filename variable is not significant.
|
Error |
Description |
|
EREADONLY (62) |
Attempt to modify the variable |
FILE - LOCAL - TRBEGIN - FILENAME - CLOSE - ADXMTO
CONTENTS
|
|