er, studio 5
DRE

-----Original Message-----
From: Andre Turrettini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 10:01 AM
To: CF-Talk
Subject: RE: Cfqueryparam bug and finding it globally.

In cf5, you can do a search and then save it as a text file.  Right click on
your search and say save as.  Then you could loop that list in coldfusion,
do a cffile on that file, do a substring to the position given in the text
file, then count the chr13s that occur in that substring.  I think that
would give you the line no.
DRE

-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 9:52 AM
To: CF-Talk
Subject: RE: Cfqueryparam bug and finding it globally.

Interesting, I'll look into it. Thanks

-----Original Message-----
From: Jamie Jackson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 11:38 AM
To: CF-Talk
Subject: Re: Cfqueryparam bug and finding it globally.

Look into grep on unix, findstr on windows. Finstr's regex isn't as
good as unix's, of course, so you may want to pipe the results of
findstr to a file, and use some CF regex on that.
  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to