DATABEGIN |
Top Previous Next |
Syntax DATABEGIN name Description Begins defining a block of data Parameters name - Name of the data block Return value None Remarks Each DATABEGIN statement must be paired with an DATAEND statement. The only command that can appear between the two are DATA statements. See Also: GETDATA, DATAEND, DATA, RESTORE Example usage DEF a as INT |