Chapter Contents

Previous

Next
CURTOP

CURTOP



Returns the number of the row that is currently displayed at the top of an extended table

Category: Extended Table


Syntax
Details
Example
See Also

Syntax

row=CURTOP();

row
is the number of the row that is currently displayed at the top of an extended table.

Type: Numeric


Details

CURTOP can be used only on extended tables in PROGRAM entries. Because extended tables can be defined only in SAS/AF software, this function cannot be used in FSEDIT or FSVIEW programs.


Example

Store the number of the table's top row in the column TOPROW:

toprow=curtop();

See Also

ENDTABLE

SETROW

TOPROW


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.