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 Version 2 and Version 3 of Ticket #1144


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1144 – Description

    v2 v3  
    99If prefix is not empty it will be insert after each new break line.
    1010*/
    11 Text Wrap(Text textToWrap, Text maxLineLength [, Text wordSeparators=" ", Text prefix=""])
     11Text Wrap(
     12  Text textToWrap,
     13  Text maxLineLength [,
     14  Text wordSeparators=" ",
     15  Text prefix=""])
    1216}}}