Chapter Contents |
Previous |
Next |
Extended Text Entry: _getSelect |
Syntax | |
Details |
Syntax |
CALL NOTIFY (ext_text_name, '_getSelect', start-line, start-offset, end-line, end-offset); |
Argument | Type | Description |
---|---|---|
start-line |
N | returns the beginning line of the current marked area |
start-offset |
N | returns the offset of the first character in the marked area |
end-line |
N | returns the last line of the current marked area |
end-offset |
N | returns the offset of the last character in the marked area |
Details |
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.