You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π fixed bugs in handling of built-in types (TIMER, CONTROL, etc)
π fixed bugs in structure tag handling when padding exists between attributes
β¨ changed the meaning of the element count for BOOL arrays
Previously, the {#} referred to the underlying DWORD elements of the BOOL array.
A BOOL[64] array is actually a DWORD[2] array, so array{1} translated to BOOL elements
0-31 or the first DWORD element. Now, the {#} refers to the number of BOOL elements. So array{1} is only a single BOOL element and array{32} would be the 0-31 BOOL elements.
Refer to the documentation for limitations on writing.