BinaryMode

The BinaryMode property defines the text or binary mode for Receive function.

Boolean. The default value is False (see the Notes below).

Notes

This property influences the Receive function. In the text (False) mode that function will place the received data into its parameter string by string on every call. In the binary mode (True) the Receive will place the array of binary data into parameter variable. In case of ASP or VBScript you can work with binary data using additional helper methods. Using them you can write binary data to disk file and search in binary array.