ColumnWrap ( Text ; StartRow ; NofRows )
Rate this function: Average rating: 3.1 (14 votes) Discuss this Custom Function
Martin D. Brunner, Zurich Financial Services
http://www.mdb.bz
Non recursive custom function for colum break after a certain amount of linebreaks
Sample Input:
Wrapped text with linebreaks at each end of line:
Lorem ipsum dolor sit
amet, consectetuer
adipiscing elit, sed
diam nonummy nibh
euismod tincidunt ut
laoreet dolore magna
aliquam erat volutpat. |
|
Sample Output:
| Text split into colums of specifyed number of rows. |
|
Description:
Non recursive custom function for colum break after a certain amount of linebreaks.
I needed this functionality to break text that is in one field into multiple colums on apage (i.e. 3 colums, each 52 lines high).
Requires the text to be formated with line breaks, for example with the CF "LineWrap" that can be found on www.brinandunnings.com
Martin D. Brunner, www.mdb.bz
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
indonesian_date(date) |
| |
(Mon, Feb 06, 7:14pm) |
| 2. |
phpArrayValue ( array ; key ; pos ) |
| |
(Fri, Jan 27, 1:49pm) |
| 3. |
solfm_timeToMinutes (theTime;roundSec) |
| |
(Fri, Jan 20, 6:26am) |
| 4. |
filterLines(filterField;filterValue;Result) |
| |
(Sat, Jan 14, 2:20pm) |
| 5. |
getMaxValue ( theList ) |
| |
(Thu, Jan 12, 1:06pm) |
| 6. |
MiddleWordsIncPunct ( text ; startingWord ; numberOfWords ) |
| |
(Sat, Jan 07, 9:16am) |
| 7. |
WindowInfo |
| |
(Fri, Jan 06, 12:39pm) |
| 8. |
CenterWindow in Window vert horiz (demension) |
| |
(Fri, Jan 06, 12:25pm) |
 |
|
Try the MiddleValues() function.
comment, earth
April 03, 2009 11:50pm