ParseParagraph ( string )
Turns paragraphs using
Be the first to rate this function Log in to vote
Richard Dyce - Show more from this author
Dyce & Sons Ltd. http://dyce.com |
¶Certificate No (if any)::¶" ; "::" )
variables:
$members_name = "Bingo Jones"
$name_of_card_holder = "Mr B Jones Esq."
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Takes a list of delimited name:value paragraphs, and creates the appropriate variables. It returns a list of variables that were created, to make testing for required params easier in scripts, e.g.
If [ FilterValues ( ParseParagraph ( Get ( ScriptParameter ) ; Char ( 9 ) ) ; "card_number¶cvc_code" ) ]
Checks to see whether $card_number and $card_number were both created.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.