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 getCustomColumn: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Data cache modifying CGScript functions]]
[[Category:Data cache modifying CGScript functions]]

{{HelpFiles}}


====DCS_getCustomColumn====
====DCS_getCustomColumn====

Revision as of 09:49, 12 December 2011



DCS_getCustomColumn

Gets the custom column with the name passed as argument to the function.

Syntax

DCS_getCustomColumn(name)

Arguments

name: Is a string expression. This is the custom column's name.

Return type

Array

Examples

array myCustomColumn = DCS_getCustomColumn("AgeGroup");

Availability

Version 5.5