ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Reading a block of bytes in an external file Hide the details
Block of bytes that was read. Empty string ("") if an error occurred. To get the details of the error, use ErrorInfo with the errMessage constant.
Identifier of the file to use, defined by fOpen or fCreate. This parameter must be a variant.
Number of bytes to read (up to 2 147 483 648 bytes). If the data is a Unicode string, the number of bytes to read corresponds to: in UTF16: the number of characters multiplied by 2.in UTF32: the number of characters multiplied by 4.
Reading the content of an external file and assigning it to a memory zone (identified by its address) Hide the details
Number of bytes read, 0 if an error occurs. To get the details of the error, use ErrorInfo with the errMessage constant.
Identifier of the file to use, defined by fOpen or fCreate.
Address of affected memory section.
Managing errors
Position in the file
Last update: 01/01/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: