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:55:54 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
9 | 9 | If prefix is not empty it will be insert after each new break line. |
10 | 10 | */ |
11 | | Text Wrap(Text textToWrap, Text maxLineLength [, Text wordSeparators=" ", Text prefix=""]) |
| 11 | Text Wrap( |
| 12 | Text textToWrap, |
| 13 | Text maxLineLength [, |
| 14 | Text wordSeparators=" ", |
| 15 | Text prefix=""]) |
12 | 16 | }}} |