<@COL>Syntax<@COL [NUM=number] [FORMAT=format] [ENCODING=encoding]> DescriptionReturns the value of the column NUM in the current record of a result rowset or array. This tag may be used in any Results HTML. <@COL NUM=1> refers to the first column in the current row, <@COL NUM=2> the second, and so on. This tag is valid only in a <@ROWS> block. This meta tag can be used with no attributes inside a <@COLS> block. In this case, it returns the value of the current column.
|
Example <@ROWS>
This prints the values from columns one, two and three for each row in the current rowset. See Also <@COLS>
</@COLS>
|
Copyright © 1998, Pervasive Software Inc. All rights reserved.