You are correct however file manager in addition to alignment Takes 0cl.... As a group item
Was wondering if there is anyway to code an array of a group item Sent from my iPhone > On Nov 26, 2014, at 4:30 PM, Rob van der Heij <[email protected]> wrote: > > What is 11 times "no string of 33 characters" ? Are you sure you need 11 > empty strings rather than 10 ? > > nnCL33 is "nn" times a field of type C and length 33. When "nn" is 0 you > don't actually allocate but only align. Which is why you see 0F or 0D. But > for type "C" there is no alignment... > >> On 26 November 2014 at 22:21, Micheal Butz <[email protected]> wrote: >> >> Hi >> >> This is really a follow up to my file manager question I would like to >> define a array of a group item >> >> So I coded for example 110cl33 >> >> Where I meant 11 x 0cl33 >> >> However for the assembler it read it as 110 x 33 >> >> Is there a way to code 11 x 0cl33 >> >> Thanks >> >> Sent from my iPhone
