Re: removing commas from a preformatted number

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 33603
interpreted = N
texte = Joe,Are you doing that with the Firesite tags?DaleOn Fri, 23 Jun 2000 12:36:53 Joseph D'Andrea wrote: > Maybe the conversion db is not being found? > > Running WebCat 3.0.8 on a dev server... > > http://dev.west21.com/myhits.tpl > > > <<<>>> > > [text show=t]myHits=77,592[/text]
> myHits= > [convertchars db=removecomma.db][myHits][/convertchars] >
> > <<<>>> > > from to > , > 9 * > > > Notice that I put a conversion from 9 to * just to make > sure that > the db was found. > > <<<>>>> > > 77,592 > myHits= 775*2 > > > ___Joe___ > > > At 6:10 PM 6/23/00, Dale Therio wrote: > >To Joe and Jesse, > > > >Thank you for the reply. > > > >Unfortuantely I tried that :( Although with your emails I > >realized I forgot to put the ending CR, but that didn't make > a > >difference. > > > >I am getting the numbers from FireSite - don't know if you > are > >still running this or not Joe. Trying to pull the stats FS > gives > >and then be able to to some additional calculations on them. > > > >This is the exact code: > > > >[text show=t]site-hits= >hits>[/text]
> > > >convert = [convertchars > >db=/databases/removecommas.db][site-hits][/convertchars]
> >convert = [convertchars db=/databases/removecommas.db] >site hits>[/convertchars] > > > >That I have tried. The number displays with the commas each > >time. > > > >Any other ideas? > > > >Thanks! > > > >On Fri, 23 Jun 2000 11:56:28 > > Joseph D'Andrea wrote: > >> [convertchars db=removecomma.db][thenumber][/convertchars.bd] > >> > >> removecomma.db > >> > >> fromto > >> , > >> > >> > >> ___Joe___ > >> > >> At 5:36 PM 6/23/00, Dale Therio wrote: > >> >Hello, > >> > > >> >I am trying to remove the commas from a number provided > to > >> me > >> >via another cgi. There is no way to get this number > without > >> the > >> >commas. > >> > > >> >So I would like to strip them out so I can perform some > math > >> >with them. > >> > > >> > > >> >Any ideas how to do this? > >> > > >> >I am currently running Typhoon Pro as I can't seem to get > WC > >> 4.0 > >> >installed and working on my Mac OS Webstar server. > >> > > >> >Thanks > >> > > >> >------------------------------------------------------------- > >> >This message is sent to you because you are subscribed to > >> > the mailing list . > >> >To unsubscribe, E-mail to: > > >> >To switch to the DIGEST mode, E-mail to > >> > > >> >Web Archive of this list is at: > >> http://search.smithmicro.com/ > >> > >> _________________________________________________ > >> Joseph D'Andrea JoeDan@West21.com > >> WEST21.com Internet services for the 21st Century > >> http://www.west21.com/ > >> _________________________________________________ > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: > http://search.smithmicro.com/ > > _________________________________________________ > Joseph D'Andrea JoeDan@West21.com > WEST21.com Internet services for the 21st Century > http://www.west21.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: removing commas from a preformatted number (Joseph D'Andrea 2000)
  2. Re: removing commas from a preformatted number (Dale Therio 2000)
  3. Re: removing commas from a preformatted number (Dale Therio 2000)
  4. Re: removing commas from a preformatted number (Dale Therio 2000)
  5. Re: removing commas from a preformatted number (Dale Therio 2000)
  6. Re: removing commas from a preformatted number (Joseph D'Andrea 2000)
  7. Re: removing commas from a preformatted number (Jesse Proudman (Lists Account) 2000)
  8. Re: removing commas from a preformatted number (Jesse Proudman (Lists Account) 2000)
  9. Re: removing commas from a preformatted number (Joseph D'Andrea 2000)
  10. removing commas from a preformatted number (Dale Therio 2000)
  11. Re: removing commas from a preformatted number (Joseph D'Andrea 2000)
  12. Re: removing commas from a preformatted number (Jesse Proudman (Lists Account) 2000)
Joe,Are you doing that with the Firesite tags?DaleOn Fri, 23 Jun 2000 12:36:53 Joseph D'Andrea wrote: > Maybe the conversion db is not being found? > > Running WebCat 3.0.8 on a dev server... > > http://dev.west21.com/myhits.tpl > > > <<<>>> > > [text show=t]myHits=77,592[/text]
> myHits= > [convertchars db=removecomma.db][myHits][/convertchars] >
> > <<<>>> > > from to > , > 9 * > > > Notice that I put a conversion from 9 to * just to make > sure that > the db was found. > > <<<>>>> > > 77,592 > myHits= 775*2 > > > ___Joe___ > > > At 6:10 PM 6/23/00, Dale Therio wrote: > >To Joe and Jesse, > > > >Thank you for the reply. > > > >Unfortuantely I tried that :( Although with your emails I > >realized I forgot to put the ending CR, but that didn't make > a > >difference. > > > >I am getting the numbers from FireSite - don't know if you > are > >still running this or not Joe. Trying to pull the stats FS > gives > >and then be able to to some additional calculations on them. > > > >This is the exact code: > > > >[text show=t]site-hits= >hits>[/text]
> > > >convert = [convertchars > >db=/databases/removecommas.db][site-hits][/convertchars]
> >convert = [convertchars db=/databases/removecommas.db] >site hits>[/convertchars] > > > >That I have tried. The number displays with the commas each > >time. > > > >Any other ideas? > > > >Thanks! > > > >On Fri, 23 Jun 2000 11:56:28 > > Joseph D'Andrea wrote: > >> [convertchars db=removecomma.db][thenumber][/convertchars.bd] > >> > >> removecomma.db > >> > >> fromto > >> , > >> > >> > >> ___Joe___ > >> > >> At 5:36 PM 6/23/00, Dale Therio wrote: > >> >Hello, > >> > > >> >I am trying to remove the commas from a number provided > to > >> me > >> >via another cgi. There is no way to get this number > without > >> the > >> >commas. > >> > > >> >So I would like to strip them out so I can perform some > math > >> >with them. > >> > > >> > > >> >Any ideas how to do this? > >> > > >> >I am currently running Typhoon Pro as I can't seem to get > WC > >> 4.0 > >> >installed and working on my Mac OS Webstar server. > >> > > >> >Thanks > >> > > >> >------------------------------------------------------------- > >> >This message is sent to you because you are subscribed to > >> > the mailing list . > >> >To unsubscribe, E-mail to: > > >> >To switch to the DIGEST mode, E-mail to > >> > > >> >Web Archive of this list is at: > >> http://search.smithmicro.com/ > >> > >> _________________________________________________ > >> Joseph D'Andrea JoeDan@West21.com > >> WEST21.com Internet services for the 21st Century > >> http://www.west21.com/ > >> _________________________________________________ > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: > http://search.smithmicro.com/ > > _________________________________________________ > Joseph D'Andrea JoeDan@West21.com > WEST21.com Internet services for the 21st Century > http://www.west21.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Dale Therio

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

RE: IIS4b2 and WebCatalog b19 (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) NetSplat and WebCat2 (1997) [WebDNA] Installing WebDNA 8.5.1 on fcgi (2018) How can I record purchases to a database? (1998) WebDNA v6.0 (2004) WebCatalog-NT?'s (1996) Multiple catalog databases and showcart (1997) Multi-processor Mac info ... (1997) WebCat2 beta 11 - new prefs ... (1997) archiving images (2006) Single Link browsing (1997) Press Release hit the NewsWire!!! (1997) [WebDNA] filter out the exclaimation point (2017) change the number format (1997) [isfolder] and [filename] (1997) appleshare/ip (1997) Navigator 4.0 & tables (1997) International Orders (1998) Frames and WebCat (1997)