Problem with trim is it gets rid of the spaces that should have been turned into dashes.
On 10/18/07, morgan l <[EMAIL PROTECTED]> wrote: > > Trim(String) will get rid of leading or trailing spaces. You may need a > RegEx and use ReReplace() if you want to replace multiple connsecutive > spaces with just a single dash though. RegEx is not my bag, so I can't > help > with specifics. > > -- Aaron Rouse http://www.happyhacker.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291471 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

