RE: Return value from function has extra space

2004-06-02 Thread Frost, Brian A, CTR, Force Transformation
Raymond- Looks like I was just dumb ;-)  It works like a champ, thanks for the quick response! Brian -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 8:18 AM To: CF-Talk Subject: RE: Return value from function has extra space Did you wr

Return value from function has extra space

2004-06-02 Thread Frost, Brian A, CTR, Force Transformation
I have a function that takes a string, manipulates (encrypts, etc.) it and returns it. For Example: #encode(value="Test string")# Result: "blahblahblah" When I output the result directly to the screen: "#encode(value='Test String')#" Result: " blahblahblah" The result has an extra space a

Indexing a network drive with CF's Verity Engine

2004-02-20 Thread Frost, Brian A, CTR, Force Transformation
Does anyone have experience/suggestions on how to go about indexing a network drive.  We have an Office drive that has numerous presentations that we'd like to be able to index, however that drive is on another server.  The share is on a Windows 2000 server as is our Cold Fusion server. Thanks,