Chapter Contents

Previous

Next
Extended Text Entry: _setSelect

Extended Text Entry: _setSelect



Specifies the position of a marked area


Syntax
Details

Syntax

CALL NOTIFY (ext_text_name, '_setSelect', start-line, start-offset, end-line, end-offset);

Argument Type Description
start-line
N specifies the beginning line of the current marked area
start-offset
N specifies the offset of the first character in the marked area
end-line
N specifies the last line of the current marked area
end-offset
N specifies the offset of the last character in the marked area


Details

The _setSelect method sets the current marked area as if the user had dragged out a mark. Marked areas in the extended text entry are only line marks; that is, they span the entire line.


Chapter Contents

Previous

Next

Top of Page

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