RE: OT- Program to compare two pages of code for differences

2000-08-25 Thread Greg Witte

I've been using FCOMPARE and I've been pretty happy with it.

http://www.oneysoft.com/fcompare.htm

-Greg Witte

-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 5:52 PM
To: [EMAIL PROTECTED]
Subject: OT- Program to compare two pages of code for differences


Does anyone know where I can find a program for comparing two pages of code
for differences?

I have two copies of a page and want to be able to compare to see how they
differ.

TYIA

H   Larry Juncker
 L  Senior Cold Fusion Programmer
  I Heartland Communications Group
  Internet Division


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



RE: Regular Expression in Extended Search and Replace

2000-08-21 Thread Greg Witte

Bob - Like David said, it's just like using the RE replace functions.  If
you've got the Advanced ColdFusion 4.0 Ben Forta book, take a look at
chapter 20 for specifics on regular expressions.

David - If your search is taking too long and you want to abort, perform
another search on something that that you know won't take long (like
searching a blank document).  The current search will be cancelled in lieu
of the new search which returns immediately.

-Greg Witte

-Original Message-
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 20, 2000 6:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Regular Expression in Extended Search and Replace


As far as I know, its the same as REs in the ColdFusion functions, Bob.

The main thing to remember is that you don't put any of the regular
expression
stuff in the replace box, except for back-references.

BTW, is there any way to stop CF Studio searching if you botch your RE and
it
takes a REALLY long time?

David Cummins

Robert Everland III wrote:

 Anyone have some example sytax for using regular expressions in
the
 extended search and replace and find in Cold Fusion  Studio 4.5?

 Bob Everland

 --

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



RE: Error message

2000-06-22 Thread Greg Witte

To add something to what Zac said, I've seen this happen on 4.0.x when using
the Decrypt function on an empty string, a string not properly encrypted, or
using the wrong encryption key.  Nasty PCode errors and the like usually
follow.

-Greg Witte

-Original Message-
From: Ruben Chadien [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 22, 2000 12:25 PM
To: '[EMAIL PROTECTED]'
Subject: Error message


Anybody have any insight on this fantastic error message ?

Error Diagnostic Information
unknown exception condition
CFMLInterpreterImp::process

/Ruben Chadien

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