Binary.Range

Returns a portion of the binary number starting at a specific position. The optional offset parameter determines the maximum size of the portion.

Syntax

Binary.Range(binary as binary, offset as number, optional count as nullable number) as binary

About

Returns a portion of the binary number starting at a specific position. The optional offset parameter determines the maximum size of the portion.