Re: jrun.xml

2007-12-04 Thread Jochem van Dieten
d l wrote: d l wrote: Then, move on to use an external web server part and I would think the following would tell Jrun to use an external web server at port 8000 service class=jrun.servlet.jrpp.JRunProxyService name=ProxyService my comment: skip less critical attributes...

Re: Snake graphs, a longshot

2007-12-04 Thread Dominic Watson
Pretty much to the pixel dangit and they want the appearance the same - this is a hidden extra to some work that we are doing; kind of 'oh by the way, this graph image needs updating and we don't know how it was made'. I doubt we can afford the license and this should have been done yesterday

Re: nobody on Linux

2007-12-04 Thread Tom Chiverton
On Monday 03 Dec 2007, Andrew Scott wrote: Was CF8 installed as root? I would say it wasn't, if you are having access problems. Regardless, there is no need for it to be running as root. This is poor security practice. I would create a new user 'coldfusion' with a null login shell, and move

Apache Derby support in Eclipse

2007-12-04 Thread marc --
Has anybody tried this? I downloaded DTP tools as describeds in CFsilence and installed it as a local site (wiuth archived eclipse complained it didn't contain an update site) Then I should have a 'connectivity' item in the preferences window after restart. No such thing. Who tried this and

Re: can't use the result of a regular expression as a variable?

2007-12-04 Thread Cutter (CFRelated)
Yeah, maybe he's looking for something like qryUser[currentrow - 1]? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Michael Dinowitz wrote: The back-reference variables (\1, etc.) can't

Re: Which way is the correct way to write this code?

2007-12-04 Thread Tom Chiverton
On Monday 03 Dec 2007, Rick Faircloth wrote: I'm sure you've seen my follow-up post I hadn't - our 'upgraded' Exchange server wasn't passing on external email correctly yesterday. -- Tom Chiverton Helping to efficiently market enterprise-class ROI on: http://thefalken.livejournal.com

Re: Snake graphs, a longshot

2007-12-04 Thread Brian McCairn
Pretty much to the pixel dangit and they want the appearance the same - this is a hidden extra to some work that we are doing; kind of 'oh by the way, this graph image needs updating and we don't know how it was made'. I doubt we can afford the license and this should have been done yesterday

Re: Snake graphs, a longshot

2007-12-04 Thread Brian McCairn
Just a guess, but reminds me of something I saw an old colleague do a long time ago in Mathematica. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Re: Eclipse CFEclipse

2007-12-04 Thread Tom Chiverton
On Monday 03 Dec 2007, Rick Faircloth wrote: But after reading the discussion on the list about trunk, tree, etc., and whatever else SVN involves, it seems like some serious complication Don't use trunk/tag/branch if they are too much for you (although you should have some way to say 'what is

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Thanks for the info Tom... I think what I need, and maybe it's out there, is a good tutorial on using Eclipse/CFEclipse. I've viewed several videos, read many info pieces on using it, but all of them approach the topic from one perspective. What I'd like to see a several tutorials... (1)

RE: Eclipse CFEclipse

2007-12-04 Thread Dan G. Switzer, II
Assuming you're an Eclipse/CFEclipse user, how would you respond to this question: Is Ecliple/CFEclipse overkill for an independent developer, who never has to worry about checking code in or out? I am having some trouble keeping my development versions of sites synced with my production

Re: nobody on Linux

2007-12-04 Thread Andrew Scott
No you misread what I said:-) Was it installed as root meaninf sudo ./Coldfusion8-linux.bin If it wasn't installed as root in this manner then problems will occur:-) On 12/4/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 03 Dec 2007, Andrew Scott wrote: Was CF8 installed as root? I

RE: can't use the result of a regular expression as a variable?

2007-12-04 Thread Bobby Hartsfield
First, you are not setting the results to a variable Try... cfset THESTRING = reReplace(thestring,'\w*{(\w+)}','#qryUser[\1]#','all')/ But using \1 in a var isn't going to work like that. Youll need 2 lines... cfset THESTRING = reReplace(thestring,'\w*{(\w+)}','\1','all')/ cfset THESTRING =

The required parameter APPLICATION.objects.db was not provided. IS!

2007-12-04 Thread marc --
Hi, Because I want to speed up access to calls to a component I put it in the application scope. First I have to be sure it's there and if not, put it there. So in application.cfm I do this: cfparam name=APPLICATION.objects.db

Re: Eclipse CFEclipse

2007-12-04 Thread Azadi Saryev
have you seen one on ibm website? i think ben forta blogged it... yes, here: http://www.forta.com/blog/index.cfm/2007/11/8/CFEclipse-Article-On-IBM-developerWorks don't remember if it covered svn, though... --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com

Re: can't use the result of a regular expression as a variable?

2007-12-04 Thread Ben Doom
CF evaluates the replace string *before* sending it to the regular expression engine. Therefore, it's trying to find the struct key named '\1' which is not legal. There are several ways to get around this, but they all basically boil down to doing it in two steps. --BenD Johnny Le wrote: I

Re: While we're talking about AJAX...

2007-12-04 Thread C. Hatton Humphrey
which is demonstrating something extremely similar to the problem I'm having. Silly question now but where can I check on the status of the bug he reported? I'll rephrase the question - where is the Adobe bug tracker so I can add this to that ticket, they seem to be directly related. Thanks,

MS SQL problem

2007-12-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
i have the following sql: SELECT MAX(QuizDate) as QuizDate, QuizID, QuizPercent = (SELECT QuizPercent FROM test_module as t1 WHERE t1.Customer_ID = 21 AND t1.QuizID = test_module.QuizID AND t1.QuizDate =

Re: finding a substring in string, target attribute of an anchor tag

2007-12-04 Thread Ben Doom
I think your regex thought was probably good. If you don't need to keep any style or class on them, the easiest thing would be to find the whole anchor, grab the url, and replace the whole shebang with the url inserted into a preformatted anchor tag. If you do need to preserve other

Re: Slow Speed of Ajax Driven CF Tags

2007-12-04 Thread Philip Hayes
Michael- Good thought, but if you move the js call to the head, the ad no longer works... as in: http://sandbox.siriusinnovations.com/cfmenu_browsertest/index2.cfm Still tying different things myself. On Dec 3, 2007, at 11:54 PM, Michael Dinowitz wrote: Ah, I think I've got it. Place the

Re: jrun.xml

2007-12-04 Thread d l
d l wrote: This port is not for the communication between CF and JRun, but between IIS and JRun. No, that is not needed. Also, netstat indicates that 6 instances of TCP jrun is listening at port 1012 1012 is a privileged port. Are you sure? Jochem Thanks. Here's an update. Finally

Re: Eclipse CFEclipse

2007-12-04 Thread Paul Stewart
Rick, i have been there and i know getting into SVN with cfeclipse can be a task. Here's my advice 1. Use http://www.hosted-projects.com. This is a great service that will host your SVN projects (trac enabled)for only $7 a month. This will save you the biggest job of having to set up a SVN

Re: Eclipse CFEclipse

2007-12-04 Thread Cutter (CFRelated)
Rick, Actually Aaron West (trajiklyhip.com) has a multi-part tutorial on setting up and configuring Subversion, including tying it to Apache for http access, and using the Subclipse plugin for Eclipse. It won't get you advanced info, and even the intermediate may be lacking, but it is a solid

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Thanks, Cutter! I'll definitely check it out! Rick -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 9:17 AM To: CF-Talk Subject: Re: Eclipse CFEclipse Rick, Actually Aaron West (trajiklyhip.com) has a multi-part tutorial

What does it take to make cf8 standard server on windows to use IIS5 web server?

2007-12-04 Thread d l
Status: -- my xp box has cf4.5 installed using IIS5.1 web server at port 8000 and it's desirble to keep cf4.5 running at least for now. -- cf8 standard 30day trial version for Windows is currently running and it points to its internal jrun web server (web port:8501, jrun and its web server

MS SQL Aggregating

2007-12-04 Thread Steve Bryant
I am trying to put together an aggregation table for some reporting. So far, I have a query that looks something like this: DECLARE @MyID INT, @ReportDate datetime SET @MyID = 1 SET @ReportDate = '2007-12-01' UPDATE rptMyDays SET

Re: Zip Code Locator

2007-12-04 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And for those that do not have a budget you can do the same thing in a 2 step process. For United States Addresses you take the user supplied address and pass it to the United States Postal Service to read the returned address then you take the

CF7 - Questions about using .car file

2007-12-04 Thread Earl, George
Sorry for the cross-post, I haven't received a response over at cf-server . . . I am about to use a CF .car file for the first time. I need to copy data sources and scheduled tasks from CF7 on a Solaris 10 box to CF7 on a Windows 2003 box. The Solaris box uses the multi-server installation. I

Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Deepak Gupta
Hi Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. For example ABDG will be 2234 And this way I have a lot of Names in database and I have to pick first 4 letters from the name and convert them into 4 digit codes from phone keypad.

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Thank for the tip, Azadi. I'll check it out! Rick -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 8:56 AM To: CF-Talk Subject: Re: Eclipse CFEclipse have you seen one on ibm website? i think ben forta blogged it... yes, here:

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Thanks for the info, Paul! I'll check it out! Rick -Original Message- From: Paul Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 10:59 AM To: CF-Talk Subject: Re: Eclipse CFEclipse Rick, i have been there and i know getting into SVN with cfeclipse can be a

Re: Zip Code Locator

2007-12-04 Thread Paul Cormier
ZipCodes aren't geographic areas, they are postal service delivery routes. Some of them have really wacky layouts and boundaries. In some places, a building has it's own zipcode. I also recommend you geocode each address, then do the distance math between lat-lons. Google it and you'll find

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Claude Schneegans
Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. You will ashamed how simple it is ;-) CFSET letters = A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z CFSET numbers = 2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9 CFSET

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
I hear you, Dan. And like I mentioned earlier, I went to the trouble of installing VMWare Player, an SVN appliance, and TortoiseSVN, but, even after working through the docs, couldn't get to all make sense. I'm going to try working on Eclipse/CFEclipse first, then move on to SVN, if I make it

Re: Slow Speed of Ajax Driven CF Tags

2007-12-04 Thread Michael Dinowitz
That's because the ad call is before the ad definition block. What I meant was to have both the ad definition block and the call outside the head, but I see that's not a worry. On HoF the problem wasn't with the ads but with the analytics script which was moved to the bottom of the page. I still

Re: nobody on Linux

2007-12-04 Thread Tom Chiverton
On Tuesday 04 Dec 2007, Andrew Scott wrote: No you misread what I said:-) Was it installed as root meaninf sudo ./Coldfusion8-linux.bin Ahh :-) Well, there's no need to run the installer as root, really, either, if you are happy to set up Apache yourself. -- Tom Chiverton Helping to

RE: Eclipse CFEclipse

2007-12-04 Thread Dawson, Michael
There's just too much assumed knowledge. It's easy to forget what others don't know... Rick This is exactly what I encountered. I keep trying CFE, but DW is always there as my stable tool. I will probably give CFE another attempt over xmas break. Good luck to you! M!ke

Re: Eclipse CFEclipse

2007-12-04 Thread Aaron Rouse
Why don't you divide it up, try to learn one thing at a time? You do not have to have Eclipse/CFEclipse to be using SVN. So you could start to learn things about SVN and stay on your current Homesite. It might mean checking code in/out via windows explorer or some SVN client but really that is

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Charlie Griefer
On Dec 4, 2007 8:04 AM, Deepak Gupta [EMAIL PROTECTED] wrote: Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. For example ABDG will be 2234 And this way I have a lot of Names in database and I have to pick first 4 letters from the

RE: Can a QofQ be performed on result set of a cfhttp call?

2007-12-04 Thread Che Vilnonis
Dave, thanks. My brain freeze dissipated and I was able to figure it out. Ben, yes you can. See my final bit of code below. cfhttp method=Get url=http://www.#application.settings.domain#/auctionSearch.txt; name=auctionSearch textqualifier= cfquery name=q dbtype=query

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Jerry Johnson
Ain't good. Crude. No error handling. No exception handling. But gives you a starting place, maybe. cfscript function convertPhonePad(str) { alphaList=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z; numeralList=2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9; numString=; for (i=1;i LTE

Re: MS SQL problem

2007-12-04 Thread hua waveland
in MS SQL there is a function DATEDIFF(datepart, startdate, enddate), which returns an integer value of the time difference betwen two different datatime values. datepart is one of the following: year, quarter, month, dayofyear, day, hour, minute, second or millisecond. and you can use

RE: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Andy Matthews
That should be pretty simple. Just create a structure you can use to look up the letter. I'm sure that there's a better way to do it, but this would be fairly simple. cfset VARIABLES.phoneLetters = StructNew() cfset VARIABLES.phoneLetters['a'] = 2 cfset VARIABLES.phoneLetters['b'] = 2 cfset

Re: MS SQL problem

2007-12-04 Thread Brian McGarvie
Could try using HAVING; , ( SELECT QuizPercent FROM test_module as t1 WHERE t1.Customer_ID = 21 AND t1.QuizID = test_module.QuizID HAVING t1.QuizDate = MAX(Day(test_module.QuizDate)) AND t1.QuizDate = MAX(Time(test_module.QuizDate)) QuizPerent i have the following sql:

Re: Eclipse CFEclipse

2007-12-04 Thread Tom Chiverton
On Tuesday 04 Dec 2007, Rick Faircloth wrote: And like I mentioned earlier, I went to the trouble of installing VMWare Player, an SVN appliance, and TortoiseSVN, but, even after working through the docs, couldn't get to all make sense. Well, you did pick a fairly complex and (for a one man

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Chris Rockett
Jerry, you should submit this to coldfusioncookbook.com and/or cflib.org the latter has a snipex link you can add to your CFeclipse installation. Alternate version, more language specific, should be error-free and exception free. function convertPhonePad(str) {

Re: MS SQL problem

2007-12-04 Thread hua waveland
opps, should be datediff(hour,'1910-01-01',t1.QuizDate) = (select max(datediff(hour,'1910-01-01',QuizDate)) from ) ( notice hour is used as an example ) . On Dec 4, 2007 12:24 PM, hua waveland [EMAIL PROTECTED] wrote: in MS SQL there is a function DATEDIFF(datepart, startdate, enddate),

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Jerry Johnson
Alternate version, more language specific, should be error-free and exception free. function convertPhonePad(str) { alphaList=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z; numeralList=2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9; return replaceList(str,alphaList,numeralList); }

Re: Zip Code Locator

2007-12-04 Thread Dave l
my old version of that code used a zip code db but there is no reason to anymore. But if you need to this is the zipcode db i purchased and its only $5 and it was last updated this month. http://www.teamredline.com/zc/ ~| Get

Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Deepak Gupta
Hi Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. For example ABDG will be 2234 And this way I have a lot of Names in database and I have to pick first 4 letters from the name and convert them into 4 digit codes from phone keypad.

RE: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Bobby Hartsfield
cfscript function phoneLettersToNums(str) { var chars = structNew(); var i = 1; var nums = ''; chars['A'] = 2; chars['B'] = 2; chars['C'] = 2; chars['D'] = 3; chars['E'] = 3; chars['F'] = 3;

Re: The required parameter APPLICATION.objects.db was not provided. IS!

2007-12-04 Thread Steve Bryant
Marc, Does this init() method of your component return THIS? If it doesn't return anything, then the result will be the annihilation of your default - as though it had never been set. Steve Hi, Because I want to speed up access to calls to a component I put it in the application scope.

RE: Zip Code Locator

2007-12-04 Thread Russ
Assuming you can get approved for USPS. It's a pain. Just use google or yahoo to geocode the address and then use the formula to get the distance. They're both free and the limits are fairly reasonable. Of course you can just buy a 4 digit zip code database for about $50 along with lat/long

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Well, see... that's the problem. Being ignorant of the scope of the issue, I can discern where to start, what's simple, what's complex. There's no way to tell all the possibilities until you know everything. By then, it's too late to apply that knowledge at the beginning of the quest... Hmmm...

Re: jrun.xml

2007-12-04 Thread Jochem van Dieten
d l wrote: Another thing, most likely the CF Admin migration would look at some XML file to track status etc., so, if I manually update the XML file this process might be able to become intelligent, to this end, I've browsed all the XML files under /cfide/administrator folder and

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Thanks, Michael! Rick -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 1:12 PM To: CF-Talk Subject: RE: Eclipse CFEclipse There's just too much assumed knowledge. It's easy to forget what others don't know... Rick This

Re: CFTextarea richtext=quot;yesquot; vs TinyMCE

2007-12-04 Thread Will Tomlinson
My question - what do I need to enable image management in the CFTextArea *or* would I be better off going with TinyMCE set up on a per-application(site) basis? I faced the same problem and chose TinyMCE. Works most excellently, especially for different configs. Will

Re: CFTextarea richtext=quot;yesquot; vs TinyMCE

2007-12-04 Thread Dave l
I just used the cf8 version and while it is convent it also seems kinda buggy, like if you refresh the page it goes away and you can't see your cursor in it until you start typing. I might go back to tinymce for the next ones. I'm at a critical point here and need some help... I've been using

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Josh Nathanson
Just to add to that, I have been receiving the messages in reverse order. That is, I receive a lot of the answers before I even receive the question. -- Josh - Original Message - From: Claude Schneegans [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, December 04,

See cfwindow contents on page load

2007-12-04 Thread Steve Milburn
Hi all I'm using cfwindow and defining the HTML elements inside the cfwindow tags - in other words, I'm not using the src= attribute. The problem is that as the page is being rendered, I can see the contents of the cfwindow. Once the page completes loading, the contents are hidden (as they

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Sean Corfield
On Dec 4, 2007 8:05 AM, Deepak Gupta [EMAIL PROTECTED] wrote: Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. For example ABDG will be 2234 And this way I have a lot of Names in database and I have to pick first 4 letters from

Newb CF7 Multi-Server Clustering with Apache question

2007-12-04 Thread Andy Cortright
I currently have CF7.02 multi-server running three instances using round-robin loadbalancing and session replication. I have set this up a number of different ways and I need to know what best practice is for this type of setup? All three application servers are answering on a context root of

CFTextarea richtext=yes vs TinyMCE

2007-12-04 Thread C. Hatton Humphrey
I'm at a critical point here and need some help... I've been using FCKEditor for a while and went through the steps to enable spell checking on our web server and fix the built-in image manager plugin. I did this knowing that when I upgraded to CF8 that the CFTextArea would be making use of

Re: Zip Code Locator

2007-12-04 Thread James Blaha
Graham, Do you have code you can send me? What does it mean to get approved for USPS? Thanks, -Jim ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Ian Skinner
Would one need to create some logic to handle older phone layouts that did not have two letters, the 'Q' and the 'Z' I believe? Ian Feeling the busy-body today. Chris Rockett wrote: Jerry, you should submit this to coldfusioncookbook.com and/or cflib.org the latter has a snipex link you can

RE: finding a substring in string, target attribute of an anchor tag

2007-12-04 Thread Andy Matthews
HAH! Turns out that the simplest solution to this issue was plain old manpower. There was a small enough amount of these that we just trned our support dept loose on it, and had them change each link manually. Thanks for the feedback though Ben. -Original Message- From: Ben Doom

jrun xml (continued)

2007-12-04 Thread d l
For some odd reason my follow-up was not posted, so, start a new, clearer one here, --- Jochem van Dieten12/04/2007 12:57 PM Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:54412#294176 d l wrote: Another thing, most likely the CF Admin

FYI... Google Adsense Destroys CFMENU CFLAYOUT (tabs)

2007-12-04 Thread Philip Hayes
After much testing and trying various solutions, I've come to the conclusion that the slow CFMENU and CFLAYOUT (tabs) is NOT correctable by any coding tricks. I even tried SEO (putting the Google JS just before the closing body tag) and found it did nothing to improve rendering speeds.

keep session variable alive

2007-12-04 Thread erik tom
In my application I have session variable throughout the whole application but when i click on the link to get redirected to the first page the session variable get killed, but I need this session variable to be alive ~|

RE: Eclipse CFEclipse

2007-12-04 Thread Rick Faircloth
Hi, Aaron... Dividing it up is what I'm planning to do. I tried SVN and gave up for now. My more critical need is for a development tool, so I'm going to start with Eclipse/CFEclipse and hopefully, soon move on to SVN. I just couldn't make sense of how TortoiseSVN, etc, was supposed to work and

(considered Resolved)What does it take to make cf8 standard server on windows to use IIS5 web server?

2007-12-04 Thread d l
Update: Problem mostly resolved. Read, read, dig, dig... However, the FQDN mapping mysteriously messed up... I'll figure it out with my service provider... Status: -- my xp box has cf4.5 installed using IIS5.1 web server at port 8000 and it's desirble to keep cf4.5 running at least for

Re: jrun xml (continued)

2007-12-04 Thread d l
Update: OK, datasource problem resolved. Microsoft's Live OneCare security software seemed to be the culprint, disabling them != removing them (still in memory, and that messed things up). Sorry you have to read this... For some odd reason my follow-up was not posted, so, start a new,

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Claude Schneegans
Would one need to create some logic to handle older phone layouts that did not have two letters, the 'Q' and the 'Z' I believe? Yeah, and what about crank telephones ;-) -- ___ REUSE CODE! Use custom tags; See

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Azadi Saryev
same issue here, plus same as Claude's, PLUS i have been getting messages in duplicates and triplicates! Josh Nathanson wrote: Just to add to that, I have been receiving the messages in reverse order. That is, I receive a lot of the answers before I even receive the question. -- Josh