FILEABRE

Contents


fileabre contains the abbreviations for all open tables.

 

Class, Type, and Dimension

[S]fileabre (5) (101) Char

 

Examples

   # List of open tables and their abbreviations
    For I = 1 To 100
       Infbox [S]filename(I)-[S]fileabre(I)
    Next I

 

Description and Comments

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).

 

Remarks

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.

 

Associated Errors

Error

Description

EREADONLY (62)

Attempt to modify the variable

 

Associated Keywords

FILE - LOCAL - TRBEGIN - FILENAMECLOSE - ADXMTO


CONTENTS


Copyright © Sage 1999 - 2007