◄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>. -♦-