Extracts a number of bytes from a binary variant.
BinaryMid ( binary, start [, count] )
binary | The binary data to evaluate. |
start | The byte position to start. (1 = first byte) |
count | [optional] The number of bytes to extract. By default the entire remainder of the binary data. |
If start is out-of-bounds, an empty binary variant is returned. If start is valid but count is out-of-bounds, the entire remainder of the binary data is returned.