Abscind ( text ; margin )
Rate this function: Average rating: 4.4 (8 votes) Discuss this Custom Function
Ray Cologon, NightWing Enterprises
http://www.nightwing.com.au/FileMaker
Adds or repositions line breaks in supplied text so it wraps to specified margins.
Sample Input:
| Abscind ( "This is some text which may or may not have line breaks, but which we want to fit within a specified character width (between margins)." , 35 ) |
|
Sample Output:
This is some text which may or
may not have line breaks, but
which we want to fit within
a specified character width
(between margins). |
|
Description:
This is a function that uses a recursive routine to re-format a supplied block of text so that it falls within a specified margin width - ie it ensures that there is a line break before the spcified number of characters is reached on each line.
If the input text contains paragraphs which are separated by double carriage returns, these are preserved in the text that is returned.
If the input text contains no carriage returns, they will be inserted at the appropriate positions so that the text wraps within the defined text block size.
If the input text already contains carriage returns to mark hard line breaks they will be re-positioned to conform to the new specified margin width.
Note that the results may be variable depending on the font used: proportional-spaced fonts, since they do not adhere to a fixed character width, may exhibit more variability in the result than one would see with a mono-spaced font.
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:There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:
|
Newest Custom Functions:
| 1. |
Bin2Hex ( binary ) |
| |
(Sat, Mar 13, 10:08pm) |
| 2. |
SlideView (text) |
| |
(Sat, Mar 13, 8:40pm) |
| 3. |
HashFNV1a64 ( text ; empty ) |
| |
(Sat, Mar 13, 6:23pm) |
| 4. |
HashFNV1a32 ( text ; empty ) |
| |
(Sat, Mar 13, 5:55pm) |
| 5. |
XORbin( bin0 ; bin1 ; "" ) |
| |
(Sat, Mar 13, 4:35pm) |
| 6. |
cfMatch ( value_to_test; match_Value; match_operator ) |
| |
(Thu, Mar 11, 10:45pm) |
| 7. |
DeleteMiddleText ( Value ; StringStart ; StringEnd ) |
| |
(Wed, Mar 10, 8:27am) |
| 8. |
Codify( theText; code_option ) |
| |
(Sun, Mar 07, 8:17pm) |
 |
|