close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #1144


Ignore:
Timestamp:
Mar 25, 2011, 4:54:47 PM (14 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1144

    • Property Status changed from new to accepted
  • Ticket #1144 – Description

    initial v1  
    66/*
    77Breaks lines with more than maxLineLength characters.
    8 If wordSeparators is not the empty string then only when a chracter
    9 in this list will can allow to insert a line break.
     8Only when a character in wordSeparators it will insert a line break.
     9If prefix is not empty it will be insert after each new break line.
    1010*/
    11 Text Wrap(Text maxLineLength [, Text wordSeparators=" "])
     11Text Wrap(Text maxLineLength [, Text wordSeparators=" ", Text prefix=""])
    1212}}}