Is there anyway to a make a constant array? For example something like: PUBLIC CONST POW2[10] AS Short[] = (1, 2, 4, 8, 16, 32, 64, 128, 256, 512) Grahame