RE: Adding numbers to a select box... urgent

2000-08-14 Thread Larry Juncker
/OPTION H Larry Juncker L Senior Cold Fusion Programmer I Heartland Communications Group Internet Division -Original Message- From: Marc Lippman [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 4:20 PM To: [EMAIL PROTECTED] Subject: Adding numbers to a select box

Adding numbers to a select box... urgent

2000-08-11 Thread Marc Lippman
I'm in a bind here, I have to add 4 0's to a select box if the "Sub-account" does not exist, otherwise, just use the sub-account. Here's the code: OPTION VALUE="#trim(GetAcctInfo.Account)##trim(GetAcctInfo.sub_account)#"#trim(Get AcctInfo.Account)##rtrim(""GetAcctInfo.sub_account,

RE: Adding numbers to a select box... urgent

2000-08-11 Thread Jeff Beer
You are adding the "" to the display and not to the value. -Original Message- From: Marc Lippman [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 5:20 PM To: [EMAIL PROTECTED] Subject: Adding numbers to a select box... urgent I'm in a bind here, I have to

RE: Adding numbers to a select box... urgent

2000-08-11 Thread Marc Lippman
Thanks anyway guys, figured it out. -M -Original Message- From: Marc Lippman [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 5:20 PM To: [EMAIL PROTECTED] Subject: Adding numbers to a select box... urgent I'm in a bind here, I have to add 4 0's to a select box if the &quo