BinaryFormat.List
Syntax BinaryFormat.List(binaryFormat as function, optional countOrCondition as any) as function Description Returns a binary format that reads a sequence of items and returns a list. The binaryFormat parameter specifies the binary format of each item. There are three ways to determine the number of items… Read More »BinaryFormat.List