SetURLParameter ( urlString ; parameterName ; text )
Sets a specific parameter inside a urlString to some text
Average rating: 4.5 (22 votes) Log in to vote
Gary Amstutz - Show more from this author
Sweetwater http://sweetwater.com |
or
SetURLParameter ( "http://www.aircraft.com/search?make=&model=" ; "make" ; "airbus" )
or
http://www.aircraft.com/search?make=airbus&model=
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Sometimes you need to set a parameter in a URL based on data in a field in a record in FileMaker. This function simplifies that task. You can call this function repeatedly with different parameter names and data to set multiple parameters within the same URL.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.