Chapter Contents

Previous

Next
Container Box: _cursor

Container Box: _cursor



Positions the cursor in the container box


Syntax
Details
Example

Syntax

CALL NOTIFY (container-name, '_cursor'<, cursor-offset>);

Argument Type Description
cursor-offset
N specifies the offset in the container box where the cursor is to be positioned


Details

By default, the _cursor method positions the cursor in the first column of the container box. If you specify cursor-offset, the cursor will be positioned at that offset into the container box. The value of cursor-offset must be a positive number between 1 and the container box length.


Example

This example places the cursor in the third column of the container box:

call notify('containr', '_cursor_', 3);


Chapter Contents

Previous

Next

Top of Page

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