It ought to do what it's documented to do, which is replace each instance of the first list's items with the corresponding item from the second list. It does that very well.
Whether that particular function is useful at all is up for debate (I'm on the 'no' side). But it's far from the only "weird" in the CF function library. For example, there's a ceiling() function (which is quite useful), but not a floor() function. There's int() and fix(), and int() does what the floor() function usually does, and fix() does some integer truncation. There are certainly other examples. cheers, barneyb On 6/14/05, Keith Gaughan <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ray Champagne wrote: > > > that seemed harsh... > > It's not. It *ought* to work something like string-based version of > tr/// in Perl, but doesn't. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209499 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

