i wrote a programm that opens a textfile and puts it into a stream, now i can do things like modifying:
OUTBUF = OUTBUF.Replace("ende", "finish")
but now i want it to change this:
Name=Psy 123
to this:
Name="Psy 123"
but i have no clue how i could do this, im using vb.net
hope i postet in the right forum, if not sorry for that
mfg Psy
OUTBUF = OUTBUF.Replace("ende", "finish")
but now i want it to change this:
Name=Psy 123
to this:
Name="Psy 123"
but i have no clue how i could do this, im using vb.net
hope i postet in the right forum, if not sorry for that
mfg Psy