Next: File Library Security Concerns, Previous: File Library Specifics, Up: File Library [Index]
A list library object must be linked in for the ‘list’ data type related
functions to be available and data of the intrinsic ‘text’ type must be
storable with list type objects. More, the file library object must be
explicitly requested to make available the ‘list’ related functions and it
must be acquainted with the list library object (via the
x1f4_list_lxfile
function).
See x1f4_list_lxfile.
A byte data library object must be linked in for the ‘data’ data type
related functions to be available. More, the file library must be explicitly
requested to make available the ‘data’ related functions and it must be
acquainted with the byte data library (via x1f4_data_lxfile
).
See x1f4_data_lxfile.