Please enable JavaScript to view this site.

A-Shell Reference

This optional parameter (B,4) may be specified in conjunction with file mode to create an index to the file while it is being loaded into the array. The index is dynamically allocated and kept in memory and a "handle" to the index is returned in the filidx parameter. The variable filidx cannot be used directly, nor should it be altered by the application. Its only use would be to pass it to the MX_FILEPOS function, along with the desired line number (of the selected item), in order to efficiently seek to the selected item. This is mainly of use with multiple-selection file mode, since the selected items are identified only by line number via the answer array.

See the sample program XTRFIL.BP in EXLIB:[908,21] for an example of using filidx.

Note that you should only use one filidx variable within a program, and you should not modify its value. If you follow this guideline, A-Shell will automatically free up the memory used by the index for each new XTREE call and when the program ends.