WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
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 find out the error details, use ErrorInfo associated 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 occurred. To find out the error details, use ErrorInfo associated 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: 10/31/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: