Good Morning Fred: Thanks! My opposition to using foxtools is that I don't want to send it to the users. It is not currently part of the system. But in other Fox 2.6 systems it was part of it. Regards,
Jack ________________________________________ From: [email protected] [[email protected]] On Behalf Of Fred Taylor [[email protected]] Sent: Tuesday, January 25, 2011 5:55 PM To: [email protected] Subject: Re: Multiple Space Replacement Since you don't want to use foxtools and reduce function: x = " this is a test" DO WHILE x<>STRTRAN(x,SPACE(2),SPACE(1)) x=STRTRAN(x,SPACE(2),SPACE(1)) ENDDO ?x Not the most efficient, but it does work. Fred <a href="http://devils.nhl.com/"><IMG SRC=http://c1.newjerseydevils.com/sig/[email protected] border="0" usemap="#Map"></a> <map name="Map"> <area shape="rect" coords="4,67,203,85" href="http://devils.nhl.com/club/page.htm?id=65573" target="_blank"> <area shape="rect" coords="269,67,346,87" href="http://www.prucenter.com/" target="_blank"> <area shape="rect" coords="243,43,264,62" href="http://www.youtube.com/prudentialcenter" target="_blank"> <area shape="rect" coords="223,43,244,62" href="http://twitter.com/nhldevils" target="_blank"><area shape="rect" coords="203,43,224,62" href="http://www.facebook.com/NewJerseyDevils?ref=ts" target="_blank"> </map> </A> _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/0b957900b2b8194d998a441195b6603839820f0...@drdsrv03.drdad.thenewarkarena.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

