TruncateStringWithBreaks ( String_with_breaks ; String_without_breaks )
truncates a string at a position, determined by another one
Average rating: 4.3 (3 votes) Log in to vote
Bernhard Sailer - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The script truncates the string_with_breaks at the position, then all values of String_without_breaks were shown in the correct succession.
Comments
Lee Smith Apr 17, 2017 |
||
There was an error in your coding. My test file did not like the TrunctateStringWithBreaks for this TruncateStringWithBreaks Note the difference in Trunctate and Trundate Also, When corrected, the String_without of 0014323 doesn't work, but 001 - 4323 does. Lee |
||
Lee Smith Apr 17, 2017 |
||
My auto correct change the spelling of Trunctate to Trundate? | ||
Agnès, France Apr 21, 2017 |
||
Hi, Just for fun, I do not test a lot, May be some results are not good, but, I would try this calculation, without recursive. Let ([ Val = "I just want to t-r-y, w i t h o u t recursion" ; VSearch = "trywith" ; Test = Left ( Filter ( Val ; VSearch ) ; Position ( Filter ( Val ; VSearch ) ; VSearch ; 1 ; 1 )-1 ) ; PosLeftS = Position ( Val ; Left ( VSearch ; 1 ) ; 1 ; PatternCount ( Test ; Left ( VSearch ; 1 ) ) + 1 ) ]; Middle ( Val ; PosLeftS ; Position ( Val ; Right ( VSearch ; 1 ) ; PosLeftS ; PatternCount ( VSearch ; Right ( VSearch; 1 ) ) ) - PosLeftS +1 )) result : t-r-y, w i t h Thanks for exercice ;) |
||
Agnès, France Apr 21, 2017 |
||
PS : your cf is TruncateXXX but in your calc, you write TrunctateXXX ^ l |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.