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 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:
>
> 
VALUE="#trim(GetAcctInfo.Account)##trim(GetAcctInfo.sub_account)#">#trim(Get
> AcctInfo.Account)##rtrim(""&GetAcctInfo.sub_account, 4)#
>
> Right now, it doesn't work.
>
> Any guru's out there have an idea?
>
> Marc
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 "Sub-account"
does not exist, otherwise, just use the sub-account.

Here's the code:

#trim(Get
AcctInfo.Account)##rtrim(""&GetAcctInfo.sub_account, 4)#

Right now, it doesn't work.

Any guru's out there have an idea?

Marc


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

2000-08-14 Thread Larry Juncker

Here you go Mark:

It worked for me...

#trim(GetAcctInfo.Account)#  #rtrim(GetAcctInfo.sub_account)# 

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


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:

#trim(Get
AcctInfo.Account)##rtrim(""&GetAcctInfo.sub_account, 4)#

Right now, it doesn't work.

Any guru's out there have an idea?

Marc


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.