Cols.rawVal()


This article is about the rawVal() function of the Cols object.

Cols.rawVal()

Returns the unformatted value (no IO formats applied) for the first column.

Syntax

cols.rawVal()

Example

var realVal = $.udbMeta('EMP').rows('current').cols('POSTAL_CODE').rawVal();

 


0 replies

Be the first to reply!

Reply