<< Click to Display Table of Contents >> AdoStream:Read() |
![]() ![]() ![]() |
Reads a specified number of bytes from a binary Stream object.
METHOD Read ( nNumBytes AS USUAL ) AS USUAL PASCAL CLASS AdoStream
nNumbytes (Optional) LONG the number of bytes to read from the file or the AdoStreamReadEnum value adReadAll, which is the default.
USUAL The resulting data in the form of a string or LongBin object