Table 8-1: FILL Item Formats, Representations, and Default Allocations
FILL Format Representation Bytes Used
FILL Floating-point 4, 8, or 16
FILL( n ) n floating-point elements 4 n , 8 n , or 16 n
FILL% Integer (BYTE, WORD, or LONG) 1, 2, or 4
FILL%( n ) n integer elements 1 n , 2 n , or 4 n
FILL$ String 16
FILL$( n ) n string elements 16 n
FILL$ = m String m
FILL$( n ) = m n string elements, m bytes each m
*
n