Chapter Contents

Previous

Next
Extended Text Entry: _setAutoflow

Extended Text Entry: _setAutoflow



Turns automatic text wrapping on or off


Syntax
Details

Syntax

CALL NOTIFY (ext_text_name, '_setAutoflow', value);

Argument Type Description
value
C specifies the autoflow:

'Y' turns on autoflow

'N' turns off autoflow


Details

If you type more characters than fit on one line without pressing RETURN, the line automatically wraps to the next line. If autoflow is off, the wrap automatically occurs at the end of the line, and the next character is placed at the beginning of the next line, regardless of word spacing. If autoflow is on, it attempts to move the last word typed to the next line by moving all characters after the last space on the line to the next line. If there is no space on the line, autoflow has no effect.


Chapter Contents

Previous

Next

Top of Page

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