BinaryStream$

Has no parameters

Description:

Given the current WorkQuery, the entire query is captured into a TopQuery Field.  Each field of each record is stored first by the length of the field and then by the raw field data. Each Record is then stored in the same. For length values less than 65535, the length is stored as two bytes. For longer lengths, the value is stored in six bytes: first, the value 65535 is stored in two bytes, and then four bytes are used for the length.

See BinaryStream for the complement of this command.

LoadTable "MemTab.Person"
[New] BinStr = BinaryStream$
'...elsewhere
BinaryStream BinStr