BinFile_Read

Funktionsname dcl_BinFile_Read
Syntax   (dcl_BinFile_Read <BINFILE> Partial [as Boolean])
Rückgabewert List as (DataItem1 DataItem2 ...)
Anwendbar auf Binary File

This method reads a list of data items from a binary file. All data is read sequentially from beginning to end. If Partial is T, the returned list contains data items corresponding to a single BinFiles_Write call; otherwise the file is read from the current position all the way to the end of the file.