Well, it looks like the few minutes I used to create a solution could easily been used to read this article on CF variables. It had the answer right in it: http://www.macromedia.com/devnet/server_archive/articles/using_cf_variables.html
> Just a small thing I found while adding more features to my spam-watcher. To > decode a base64 encoded string (as found in email for example), the following > code can be used: > ToString(ToBinary(string)) > ToBinary() turns the base64 encoded string into ascii text. Unfortunately, CF > still thinks that this ascii text is a binary object, so the ToString() function > has to be used. This turns the ascii into ascii as CF wants to see it. > Just living up to my marketing tag-line. :) > > Michael Dinowitz > Finding the technical solutions whether you need it or not > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

