forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
wrapon
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The wrapon function controls whether text output with the outtext
     function wraps to a new line or is clipped when the text output
     reaches the edge of the defined text window. The <option> argument
     can be one of the following symbolic constants:
 
     Constant      Meaning
 
     $GWRAPOFF     Truncates lines at window border
     $GWRAPON      Wraps lines at window border
 
     Note that this function does not affect font routines.
 
     Return Value
 
     The function returns the previous value of <option>.
                                    -♦-