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.
- Timestamp:
-
Mar 25, 2011, 4:54:47 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
accepted
-
initial
|
v1
|
|
6 | 6 | /* |
7 | 7 | Breaks 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. |
| 8 | Only when a character in wordSeparators it will insert a line break. |
| 9 | If prefix is not empty it will be insert after each new break line. |
10 | 10 | */ |
11 | | Text Wrap(Text maxLineLength [, Text wordSeparators=" "]) |
| 11 | Text Wrap(Text maxLineLength [, Text wordSeparators=" ", Text prefix=""]) |
12 | 12 | }}} |