XMLtag_sub ( nameValuePairs )
Helperfunction to XMLtag. XMLtag_sub will quote the values in a string with one or more name= value pairs.
Average rating: 4.7 (22 votes) Log in to vote
Martin Spanjaard - Show more from this author
Trias Digitaal http://www.triasdigitaal.nl |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
29-01-2014 - 01-05-2014
© Martin Spanjaard, Trias Digitaal Amserdam
Helperfunction to the custom function XMLtag.
This custom function will quote the values in a string with one or more name= value pairs.
For example:
type=30 linetype=0 line=10 status=50
will be returned as:
type="30" linetype="0" line="10" status="50"
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.