DATA |
Top Previous Next |
Syntax DATA datum, ... Description Defines data within a data block. Parameters datum - One or more data items Return value None Remarks Currently Emergence supports INT, FLOAT, DOUBLE and STRING data items. Data will be stored contiguously in memory, there is no difference between multiple DATA statements and a single one except for readability. See Also: DATABEGIN, DATAEND, GETDATA, RESTORE Example usage DATABEGIN mydata |