>Unless, of course, it's the length of the big honkin' string (the HTML code >read in from the file). Would CF hiccup on doing a ReReplace on a string >that's over 16k or so? I wouldn't think that would tax CF in the least, but >who knows...
Well, I answered my own question there. It *was* the length of the string in question. I added in some code to find the end of the bit I wanted to do a ReReplace on - went 100 chars past - and split the big string into two parts at that cutoff point - did the ReReplace on the front part (which is now significantly smaller) - and then put the two parts back together and kept on going. Worked like a champ. VERY bizarre. --Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

