DcGetColumnNames

From Catglobe Wiki
Revision as of 09:38, 12 December 2011 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



dcGetColumnNames

Returns an array with all the column names of the data table.

Syntax

dcGetColumnNames()

Arguments

none

Return type

array

Examples

array a = dcGetColumnNames();

print(a);

Availability

Version 4.8