Slight correction... it's still early in the day.

-----------------

var Suffix = Field("suffix")

if (Suffix == "")
        return "";
else if (Suffix == "II" || Suffix == "III")
        return " " + Suffix
else
        return ", " + Suffix;

-----------------

Ryan

The comma in the first line between <last> and <suffix> needs to be
present if and only if <suffix> is not empty and <suffix> is not "II"
or "III". (Other possibilities for suffix include Jr., Sr., Esq., and
various degree and certification designations, all of which need the
preceding comma, but the comma needs to be absent if there is no
suffix, or if the suffix is II or III.)

--
Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] --
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm

--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--


--
Note:  All e-mail sent to or from this address will be received or otherwise 
recorded by the e-mail recipients of this forum. It is subject to archival, 
monitoring or review by, and/or disclosure to someone other than the recipient. 
Our privacy policy is posted on www.printplanet.com
--

Reply via email to