Chapter Contents

Previous

Next
Text Viewer: _setMark

Text Viewer: _setMark



Marks an area


Syntax
Details
Example

Syntax

CALL NOTIFY (viewer-name, '_setMark', start-row, start-col, end-row, end-col);

Argument Type Description
start-row
N specifies starting row for the marked area
start-col
N specifies starting column for the marked area
end-row
N specifies ending row for the marked area
end-col
N specifies ending column for the marked area


Details

If an area has already been marked, then _setMark unmarks it when it marks the new area.


Example

_setMark marks an area beginning at row 1, column 1 and ending at row 5, column 5:

call notify('textview', '_set_mark_', 1, 1, 5, 5);


Chapter Contents

Previous

Next

Top of Page

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