|
|
|
|
|
- Operating mode in Windows Vista (and later)
fLoadBuffer (Function) In french: fChargeBuffer Loads the content of an external file (text, image, ...) in a buffer variable.
Syntax
<Result> = fLoadBuffer(<External file> [, <Position> [, <Size>]])
<Result>: Buffer Content of text file. <External file>: Character string Name and full (or relative) path of external file (text, image, ...). A UNC path can be used. This file doesn't have to be in TXT format: binary 0s are allowed. <Position>: Optional integer Position from which the text file must be loaded. This position is expressed in bytes (or in number of characters).This parameters corresponds to 0 (beginning of file) by default. <Size>: Optional integer Maximum size of the file to load. This size is expressed in bytes (or in number of characters). By default, this size corresponds to the total size of the file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|