Dictionary German - Conjugate German Verbs
Ralph Nusser, Sogetes Computer-Services
http://www.sogetes.com
Conjugate German Verbs
Description:
/*
SYNTAX:
_Verb_Konjugation ( meinVerb )
AUTHOR:
Ralph Nusser, September 22th, 2008
EXAMPLE:
http://www.canoo.net/services/Controller?dispatch=inflection&country=D&lookup=caseInSensitive&input=rechnen〈=de&features=(Cat+V)
*/
Let ([
a = "http://www.canoo.net/services/Controller?dispatch=inflection&country=D&lookup=caseInSensitive&input=";
b = meinVerb;
b = Substitute ( b ;["ä";"ae"];["ö";"oe"];["ü";"ue"]);
c = "〈=de&features=(Cat+V)"
];
a & b & 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