Chapter Contents

Previous

Next
Row/Column Data Vector Class: _getWrapping

Row/Column Data Vector Class: _getWrapping



Gets the text wrapping information


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_getWrapping', wrapping<, split-char>);

Argument Type Description
wrapping
C returns the wrapping status


'Y' the text will be wrapped


'N' the text will not be wrapped
split-char
C character on which to split lines


Details

The _getWrapping method is valid only if the viewer is a table editor.

If wrapping is set to 'Y', the character set by split-char is used to wrap the text over multiple lines. For example, if split-char is set to the backslash (\) character, the text One\ Two\ Three is split over three lines.


Chapter Contents

Previous

Next

Top of Page

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