Cols.clear()
note
This article is about the clear() function of the Cols object.
Cols.clear()
Clears the value of the column.
Returns the 'this' object.
Syntax
*cols*.clear()
Example
var v = $.udb('EMP').rows('current').cols('EMPNO').clear();
This article is about the clear() function of the Cols object.
Clears the value of the column.
Returns the 'this' object.
Syntax
*cols*.clear()
Example
var v = $.udb('EMP').rows('current').cols('EMPNO').clear();