Progress supports one dimensional arrays, but they are called EXTENTS.
/* Define a character array with the length 5, and display it's length */
DEFINE VARIABLE a AS CHARACTER EXTENT 5 NO-UNDO.
DISPLAY EXTENT(a).
Individual positions i the array is accessed using "standard" c-style b...