Compound data type: Difference between revisions

Content added Content deleted
m (changed lang to geshi name)
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.
 
<lang openedgeProgress (Openedge ABL)>def temp-table point
field x as int
field y as int