[Top]
[Prev]
[Next]
[Bottom]
[Contents]
GetCol
BSTR GetCol(long colnum)
Gets the value of the requested column (zero based) for the current row. Returns empty string if colnum is an invalid column number.
Java Script Example:
var x;
x = sajsset.GetCol(0);
VBScript Example:
Dim x
x = sajsset.GetCol(0)
[Top]
[Prev]
[Next]
[Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.