Hi, Thanks to both of you who answered. I think I should set my screen resolution lower or get better glasses. It works fine with the double quotes spaces and commas arranged correctly! Alistair
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of bizaro Sent: 18 October 2005 18:15 PM To: [email protected] Subject: Re: [power-pro] how to replace comma in strings Hello bobpencnwc, you wrote... > I want to replace {space}{comma}{space} in a string with {comma}. > When I write replacechars(string, " , ","") > I get a bad expression warning. Following should work string = replacechars(string, " , ","") Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 10/16/2005 ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
