Subj : How to removing space chars in an AnsiString To : borland.public.cpp.borlandcpp From : "Constructor" Date : Wed Aug 27 2003 06:43 pm Hi all, How to removing space chars in an AnsiString? i search the AnsiString method, bug got nothing, mabye i can use substring() and trim() to achived the effects, but i think it's not effective, how can i achive this? for example, AnsiString str = "2 3 4 q" i just want to get "234q" Best regards .