Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...