Difference between revisions of "DCS columnNameInUse"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Data cache modifying CGScript functions]]
 
[[Category:Data cache modifying CGScript functions]]
 +
{{HelpFiles}}
  
 
====DCS_columnNameInUse====
 
====DCS_columnNameInUse====

Revision as of 11:47, 12 December 2011


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