Dear friends , hi
I have text file with name "transPri.t xt" that contains
something records like "1234324;234556 090;987654"
in each line . I need a vb code that open the file and eliminate
the ";" between fields and resave the file with the name "trans.dat"
so the new file may be like "12343242345560 90987654".//
best regards
I have text file with name "transPri.t xt" that contains
something records like "1234324;234556 090;987654"
in each line . I need a vb code that open the file and eliminate
the ";" between fields and resave the file with the name "trans.dat"
so the new file may be like "12343242345560 90987654".//
best regards
Comment