Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

DCS columnNameInUse

From Catglobe Wiki
Revision as of 03:24, 29 March 2011 by Cg_pham (talk | contribs)


DCS_columnNameInUse

Returns true if any column in the current DCS context exists with the name passed as argument to the function, and false otherwise.

Syntax

DCS_columnNameInUse(name)

Arguments

name: Is a string expression. It is name of the DCS column to look up.

Return type

bool

Examples

bool exist = DCS_columNameInUse("existingColumn");

Availability

Version 5.5