On Tue, 10 Aug 2004 12:06:46 +1000, Tim Lucas wrote: > It's much better to fix data inconsistencies as far up in the program > flow as possible (i.e. before the HTML is cfoutputted)
Oh, agreed. It was just another option. And in some situations, it's the most expedient one. And always some good knowledge to tuck away in the back of one's mind. > The easiest way is to just use the CFLib functions as Geoff pointed out. Well, we might have to agree to disagree there. Any time I see someone looping over a string to perform some sort of transformation, I cringe. I'd much rather do it with on regexp transformation if possible. And if it encourages the original poster to have a look at RegExps, so much the better. One thing I should add, though (which I forgot to mention last time), that RegExp solution only works on CFMX 9ie: not CF5). -- Adam Cameron Senior Application Developer Straker Interactive E: [EMAIL PROTECTED] T: +64 9 3095252 F: +64 9 3092797 W: www.straker.co.nz --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
