[TOC] [Prev] [Next] [Bottom]



<@NUMCOLS>

Syntax

<@NUMCOLS [ARRAY=array]>

Description

Returns the number of columns in each row.

Without the ARRAY attribute, this meta tag is valid in the Results HTML of any results returning action, and returns the number of columns in the result rowset.

With the optional ARRAY attribute, which accepts the name of a variable containing an array, the tag may be used anywhere meta tags are valid and returns the number of columns in the named array.

Example

Here are your results. There are <@NUMROWS> rows of <@NUMCOLS> columns in the rowset

<@ROWS>
<@COLS>
<@COL>
<@COLS>
<BR>
</@ROWS>

See Also

<@COLS> </@COLS>
<@CURCOL>
<@NUMROWS>



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1998, Pervasive Software Inc. All rights reserved.