The International Plant Names Index (IPNI) is a database of botanical names. It indexes names of seed plants, ferns and
Description:
/*
SYNTAX:
_IPNI ( Genus ; Species )
AUTHOR:
Ralph Nusser, June 13th, 2008
DESCRIPTION:
The International Plant Names Index (IPNI) is a database of botanical names. It indexes names of seed plants, ferns and "fern allies". Coverage is best at the rank of species and genus (see e.g. IK). It includes basic bibliographical details, associated with the names, and its goals include eliminating the need for repeated reference to primary sources for basic bibliographic information about plant names.
Let ([
a = "http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=";
b = Substitute ( Genus ; " "; "+");
c = "+";
d = Substitute ( Species ; " "; "+")
];
a & b & c & d
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
Easily encrypt sensitive data in your FileMaker solution without a plug-in. 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