View Single Post
  #8 (permalink)  
Old 06-07-2007, 12:04 PM
petrbury petrbury is offline
Junior Member
 
Join Date: May 2007
Posts: 45
Default

Yes, and maybe it could be done by the other way :

If strIndexOf(D$," ",0) <> -1 then D$ = strReplace(D$," ","")

And you don't need to use any loop.

Petr
Reply With Quote