joinRepeatingVariable ( variableName ; delimiter ; startIndex ; endIndex )
Rate this function: Average rating: 4.2 (13 votes) Discuss this Custom Function
Sam Barnum, 360Works
http://www.360works.com
Join / concatenate a repeating variable / array using a delimiter character
Sample Input:
| joinRepeatingVariable("$$foo" ; ", " ; "" ; "") |
|
Sample Output:
|
Description:
Join a repeating variable / array with a delimiter, using recursion.
If endIndex is not specified or is negative, the recursion will exit on the first empty element in the array. Otherwise, empty elements will be included in the results until endIndex is reached.
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. |
FilteredPortalList ( fieldObjectName ; portalRow ) |
| |
(Tue, May 21, 5:33pm) |
| 2. |
ListToggle ( InList ; InValue ) |
| |
(Thu, May 16, 6:59pm) |
| 3. |
VatFormat ( vat ) |
| |
(Tue, May 14, 2:45am) |
| 4. |
CheckVatBE ( vat ) |
| |
(Tue, May 14, 2:32am) |
| 5. |
CheckIBAN (IBAN ) |
| |
(Tue, May 14, 2:24am) |
| 6. |
OrcidCheckDigit ( Orcid_id ; Result ; Iterations ) |
| |
(Wed, May 08, 1:44am) |
| 7. |
DateRangeBySpan ( Begin ; End ; Term) |
| |
(Mon, May 06, 6:53am) |
| 8. |
Convert_Arabic_to_Chinese( number ) |
| |
(Thu, May 02, 6:10am) |
 |
|
Also works for repeating fields!
Bruce Robertson, Redmond WA
March 14, 2011 5:00pm