Bulletin number: 293 Products affected: D705B Description: retyping parts of arrays gives assert error Component: icheck Date: Mon May 21 16:33:41 BST 1990 ----- Retyping parts of an array using SIZE operator can give rise to an assert failure. For example, the following piece of code will cause the problem: PROC p([]INT x) INT j, k: []BYTE x1 RETYPES [x FROM k FOR 2]: []BYTE x2 RETYPES [x FROM j FOR (SIZE x) - 2]: SKIP : The problem is associated with the SIZE x part of the above.