Reputation: 181
There are multidimensional arrays in Progress 4GL? If "yes", how to make this in this language. Any ideas?
Upvotes: 4
Views: 1867
Reputation: 1498
In fact, we don't have multidimensional arrays. But it's so easy defining a temp-table that would do the same work I don't even miss it. Simple arrays are defined using the EXTENT option when defining your variable.
Upvotes: 9
Reputation: 3251
Progress does not have native support for multi-dimensional arrays.
Upvotes: 2