Psy Posted December 17, 2002 Posted December 17, 2002 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, i'm using vb.net hope i postet in the right forum, if not sorry for that mfg Psy Quote
Moderators Robby Posted December 17, 2002 Moderators Posted December 17, 2002 Name=Psy 123... Is this some text coming for the file? Do you want the Name to be seen as a variable and the Psy 123 to be seen as a value? Quote Visit...Bassic Software
Psy Posted December 17, 2002 Author Posted December 17, 2002 no you rightlick on for example your desktop choose new -> textfile type something in it like: text blahblah Name=Psy blahblah text goes on... and save it, then i want my programm just like the example on the top with ende -> finish, to modify the Name=Psy to Name="Psy" in my buffer/stream Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.