Function Name | dcl-BinFile-Read |
---|---|
Syntax |
(dcl-BinFile-Read <BINFILE>
Partial [as Boolean])
|
Return Type | List as (DataItem1 DataItem2 ...) |
Applies To | 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 BinFile-Write call; otherwise the file is read from the current position all the way to the end of the file.