Dictionary of Banking
Ralph Nusser, Sogetes Computer-Services
http://www.sogetes.com
Dictionary of Banking in English, German, Italian and French
Description:
/*
Syntax:
wv_Dictionary_of_Banking ( Language ; Letter )
Supported Languages:
e = English
f = French
g = German
i = Italian
Author:
Ralph Nusser, August 5th, 2006
Example:
http://www.ubs.com/1/e/about/bterms/content_s.html
Description:
Dictionary of language terms in four languages
*/
SetzeVars ( [
a = "http://www.ubs.com/1/";
La = Language;
b = "/about/bterms/content_";
Le = Letter;
c = ".html"
]
;
a & La & b & Le & c
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
This
is my Web Viewer Example and I want to edit it
digg this page | del.icio.us this page
Newest Web Viewer Examples:
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