_Wrap
This remnant of the printer variable system actually does something. It determines whether output produced by ? and ?? pays attention to _RMARGIN or not. If _WRAP is .T., output stops at _RMARGIN and wraps to the next line.
Usage |
_WRAP = lWrapIt |
Example |
_WRAP = .T. _RMARGIN = 20 ? "This long string will be wrapped when you see it" _WRAP = .F. ? "This one won't be wrapped because _WRAP is .F." |
See Also |