Compound data type: Difference between revisions

Content added Content deleted
m (changed lang to geshi name)
Line 703: Line 703:
The temp-table is a in memory database table. So you can query sort and iterate it, but is the data structure that comes closest.
The temp-table is a in memory database table. So you can query sort and iterate it, but is the data structure that comes closest.


<lang openedge>def temp-table point
<lang Progress (Openedge ABL)>def temp-table point
field x as int
field x as int
field y as int
field y as int