Good Morning Everyone,

I'm working with a total of 6 variables and depending on how many contain something the order in which they appear will change. In theory what I have below should work, but my code writing skills are still so basic that I'm unsure how to formally write it in JavaScript.I was hoping that someone could help me write the below sample equation in Javascript. Thanks in advance for any suggestions!!

if phone contains nothing,
   var1 = a number value of "0"
if phone contains something,
   var1 = a number value of "1"

if fax contains nothing,
   var2 = a number value of "0"
if fax contains something,
   var2 = a number value of "1"

if email contains nothing,
   var3 = a number value of "0"
if pemail contains something,
   var3 = a number value of "1"

if the sum of (var1 + var2 + var3) is = = 1 or 2
   return phone + "<br>" + fax + "<br>" + email;

if the sum of (var1 + var2 + var3) is = = 3
   return fax + "<br>" + phone + "<br>" + email;

if the sum of (var1 + var2 + var3) is = = 0
   return " ";

--
Nicola DosSantos

Ambit Press / Minuteman Press of Cambridge
Five Cambridge Center
Cambridge, MA 02142
Tel: 617.876.3688 Fax: 617.876.3896 www.ambitpress.com

Please send all jobs to [EMAIL PROTECTED]



+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Calling all FP Web Users!

Do you have a question or lots of knowledge to share about FusionPro Web?

If so, join our Printable Web to Print Users' Forum today!

Send email to [EMAIL PROTECTED] to find out how! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


--
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