Comment:
For substitution of special characters, see
http://www.tutorialspoint.com/html/ascii_table_lookup.htm
*/
Let ( [
a = "http://www.directories.ch/weisseseiten/base.aspx?language=";
b = Case (IsEmpty (pLanguage); "de"; pLanguage);
c = "&searchtype=adr_simple&do=search&name=";
d = Case ( PatternCount ( pName; "-") > 0; LeftWords ( pName; 1); pName);
e = "&geo=";
f = pCity
];
Substitute (
a & b & c & d & e & f ;
["ü"; "%FC"];
["ä"; "%E4"];
["ö"; "%F6"]
)
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
Download the entire US zip code database with latitude and longitude. Click
here.
Web Viewer Example Authors:
Link to all of your own Web Viewer Examples on this site with the following URL:
http://www.briandunning.com/filemaker-web-viewer/results.php?author=Your
Name Here