Back to SPR List Previous Next
SIZE clause on GRID command fills rows that should be NULL with numbers
Moderate Closed - Fixed Found:2002.20.24 *********** Fixed:2002.20.25 09 SEP 2003

DETAILS
 If the SIZE clause is used on a GRID

EXAMPLE PROGRAM
 program
 STRING*10 array  col (3,3)
 FOR I = 1,3
 . for j = 1,3
 .  COL(I,j) = FORMAT(((I-1)*5)+j)
 . end for
 END FOR
 grid 'Columns' col /size=6
 end program


WORKAROUND
Back to SPR List Previous Next