Question : remove space from a string

hi all
how do i remove the blank space between C and A
is vb.net

GEM19C A1

thank you a lot

Answer : remove space from a string

this is an example:

Dim path As String = "mo hs en "
path = path.Replace(" ", "")


source -->
http://answers.yahoo.com/question/index?qid=20081031215946AApoUcc
Random Solutions  
 
programming4us programming4us