Row

Overview

Returns specified row from specified rowset or array

Syntax

Row(1, 2)

Function Properties

Ordinal Type Description
1 string Required Specified rowset
2 numeric Required Count of row to return

Usage

%%=Row(@Rowset,1)=%%

System returns the first row of the rowset contained in the @Rowset variable.

Last Updated: Jun 8, 2021