--------------51340DFFAB6D1AE74BA2C4FF
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

YES! The people are friendly, the traffic is lower!
- Michael Smith, TeraTech, Inc http://www.teratech.com/

Judith Dinowitz wrote:

> Adam's got a point, guys. Community is for off-topic questions for the
> community. CF-Talk is usually the place for technical questions. I've
> noticed more and more people posting tech questions to this list. Do people
> find it easier to use this list than CF-Talk?
>
> Judith Dinowitz
>
> ----- Original Message -----
> From: Reynolds, Adam <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 27, 2000 8:20 AM
> Subject: RE: Comma Problem
>
> > This is a community question ??!!!! :-)
> > > ----------
> > > From: gcusa jingle[SMTP:[EMAIL PROTECTED]]
> > > Sent: 27 July 2000 13:10
> > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > > Subject: Re: Comma Problem
> > >
> > > Simply add a replace() to your statement,
> > >
> > > replace(passedvariable, ',', 'all')
> > >
> > > This will remove ALL commas from the numeric value.
> > >
> > >
> > >
> > >
> > > ---------- Original Message ----------------------------------
> > > From: "Jim Watkins" <[EMAIL PROTECTED]>
> > > Reply-To: [EMAIL PROTECTED]
> > > Date: Wed, 26 Jul 2000 19:55:19 -0700
> > >
> > > >Below is part of a form I use to simply multiply a quantity times unit
> > > cost.
> > > The problem is that when the customer keys in a comma as in 4,000
> instead
> > > of
> > > 4000 a multiplication error occurs.  I get an answer but it is way
> wrong.
> > > What can I do to strip the comma out???
> > >
> > >
> > > <tr>
> > > <CFIF Len(Trim(form.qty1)) AND Len(Trim(form.unitcost1))>
> > > <cfset form.totalcost = #form.qty# * #form.unitcost#>
> > > <td><input name="unitcost" value="#form.unitcost#"></td>
> > > </tr>
> > > </CFIF>
> > >
> >
> > --------------------------------------------------------------------------
> > > ----
> > > To Unsubscribe visit
> > >
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_communi
> > > ty or send a message to [EMAIL PROTECTED] with
> > > 'unsubscribe' in the body.
> > >
> > > ------------------------------------------------------------------------
> --
> > > ----
> > > To Unsubscribe visit
> > >
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_communi
> > > ty or send a message to [EMAIL PROTECTED] with
> > > 'unsubscribe' in the body.
> > >
> > **********************************************************************
> >  This email and any attachments are confidential and solely
> >  for the use of the intended recipient.  They may contain
> >  material protected by legal professional or other privilege.
> >  If you are not the intended recipient or the person responsible
> >  for delivering to the intended recipient, you are not authorised
> >  to and must not disclose, copy, distribute or retain this email
> >  or its attachments.  Although this email and its attachments
> >  are believed to be free of any virus or other defect, it is the
> >  responsibility of the recipient to ensure that they are virus free
> >  and no responsibility is accepted by the company for any
> >  loss or damage arising from receipt or use thereof.
> >
> > **********************************************************************
> > --------------------------------------------------------------------------
> ----
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> ------------------------------------------------------------------------------
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community or send 
>a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Michael Smith, TeraTech Inc - Tools for Programmers(tm)
VB, CF/ASP Web, Telephony, Math, Access programming tools & consulting
100 Park Ave Ste 360, Rockville MD 20850 USA
Voice: +1-301-424-3903, 800-447-9120 x500  Fax:301-762-8185  BBS:301-762-8184
Web: http://www.teratech.com/sig/
Email:  mailto:[EMAIL PROTECTED]


--------------51340DFFAB6D1AE74BA2C4FF
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
YES! The people are friendly, the traffic is lower!
<br>- Michael Smith, TeraTech, Inc <A 
HREF="http://www.teratech.com/">http://www.teratech.com/</A>
<p>Judith Dinowitz wrote:
<blockquote TYPE=CITE>Adam's got a point, guys. Community is for off-topic
questions for the
<br>community. CF-Talk is usually the place for technical questions. I've
<br>noticed more and more people posting tech questions to this list. Do
people
<br>find it easier to use this list than CF-Talk?
<p>Judith Dinowitz
<p>----- Original Message -----
<br>From: Reynolds, Adam &lt;[EMAIL PROTECTED]>
<br>To: &lt;[EMAIL PROTECTED]>
<br>Sent: Thursday, July 27, 2000 8:20 AM
<br>Subject: RE: Comma Problem
<p>> This is a community question ??!!!! :-)
<br>> > ----------
<br>> > From: gcusa jingle[SMTP:[EMAIL PROTECTED]]
<br>> > Sent: 27 July 2000 13:10
<br>> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
<br>> > Subject: Re: Comma Problem
<br>> >
<br>> > Simply add a replace() to your statement,
<br>> >
<br>> > replace(passedvariable, ',', 'all')
<br>> >
<br>> > This will remove ALL commas from the numeric value.
<br>> >
<br>> >
<br>> >
<br>> >
<br>> > ---------- Original Message ----------------------------------
<br>> > From: "Jim Watkins" &lt;[EMAIL PROTECTED]>
<br>> > Reply-To: [EMAIL PROTECTED]
<br>> > Date: Wed, 26 Jul 2000 19:55:19 -0700
<br>> >
<br>> > >Below is part of a form I use to simply multiply a quantity times
unit
<br>> > cost.
<br>> > The problem is that when the customer keys in a comma as in 4,000
<br>instead
<br>> > of
<br>> > 4000 a multiplication error occurs.&nbsp; I get an answer but it
is way
<br>wrong.
<br>> > What can I do to strip the comma out???
<br>> >
<br>> >
<br>> > &lt;tr>
<br>> > &lt;CFIF Len(Trim(form.qty1)) AND Len(Trim(form.unitcost1))>
<br>> > &lt;cfset form.totalcost = #form.qty# * #form.unitcost#>
<br>> > &lt;td>&lt;input name="unitcost" value="#form.unitcost#">&lt;/td>
<br>> > &lt;/tr>
<br>> > &lt;/CFIF>
<br>> >
<br>>
<br>> --------------------------------------------------------------------------
<br>> > ----
<br>> > To Unsubscribe visit
<br>> >
<br><a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_communi">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_communi</a>
<br>> > ty or send a message to [EMAIL PROTECTED]
with
<br>> > 'unsubscribe' in the body.
<br>> >
<br>> > ------------------------------------------------------------------------
<br>--
<br>> > ----
<br>> > To Unsubscribe visit
<br>> >
<br><a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_communi">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_communi</a>
<br>> > ty or send a message to [EMAIL PROTECTED]
with
<br>> > 'unsubscribe' in the body.
<br>> >
<br>> **********************************************************************
<br>>&nbsp; This email and any attachments are confidential and solely
<br>>&nbsp; for the use of the intended recipient.&nbsp; They may contain
<br>>&nbsp; material protected by legal professional or other privilege.
<br>>&nbsp; If you are not the intended recipient or the person responsible
<br>>&nbsp; for delivering to the intended recipient, you are not authorised
<br>>&nbsp; to and must not disclose, copy, distribute or retain this email
<br>>&nbsp; or its attachments.&nbsp; Although this email and its attachments
<br>>&nbsp; are believed to be free of any virus or other defect, it is
the
<br>>&nbsp; responsibility of the recipient to ensure that they are virus
free
<br>>&nbsp; and no responsibility is accepted by the company for any
<br>>&nbsp; loss or damage arising from receipt or use thereof.
<br>>
<br>> **********************************************************************
<br>> --------------------------------------------------------------------------
<br>----
<br>> To Unsubscribe visit
<br><a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_community</a>
<br>or send a message to [EMAIL PROTECTED] with
<br>'unsubscribe' in the body.
<p>------------------------------------------------------------------------------
<br>To Unsubscribe visit <a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_community</a>
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.</blockquote>

<p>--
<br>Michael Smith, TeraTech Inc - Tools for Programmers(tm)
<br>VB, CF/ASP Web, Telephony, Math, Access programming tools &amp; consulting
<br>100 Park Ave Ste 360, Rockville MD 20850 USA
<br>Voice: +1-301-424-3903, 800-447-9120 x500&nbsp; Fax:301-762-8185&nbsp;
BBS:301-762-8184
<br>Web: <A HREF="http://www.teratech.com/sig/">http://www.teratech.com/sig/</A>
<br>Email:&nbsp; <A HREF="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>
<br>&nbsp;</html>

--------------51340DFFAB6D1AE74BA2C4FF--

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

Reply via email to