MatchPrefixAll ( theList ; thePrefix )
Returns all values from a list that matches the supplied prefix.
Average rating: 4.3 (34 votes) Log in to vote
Jeremiah Small - Show more from this author
Soliant Consulting, Inc. https://www.soliantconsulting.com |
layout2¶
layout3¶
printReport¶
printInvoice¶
printEstimate¶
layout4¶
layout5¶"
; "print" )
printInvoice
printEstimate
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Updated so List parameter doesn't conflict with native List function.
Returns all values from a list that matches the supplied prefix. This version strips the CR off the end of the result list. For reference, Mike's original revision is included as a comment in the body of the CF above. There is an interesting thread on fmforums.com called "Piggy backing on a CF input parameter" if you are learning about CFs and and care to read a technical discussion about CFs.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.