Difference between revisions of "DCS updateCustomColumn"

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_updateCustomColumn====
 
====DCS_updateCustomColumn====

Revision as of 11:49, 12 December 2011



DCS_updateCustomColumn

Updates the custom column specified as the argument to the method. The custom column is updated with the state found in the custom column array passed as argument, the column in the DCS is rebuilt and the function returns true.

Syntax

DCS_updateCustomColumn(customColumn)

Arguments

customColumn: Is an array created by CustomColumn_new function

Return type

bool

Examples

DCS_updateCustomColumn(myCustomColumn);

Availability

Version 5.5