Jump to content

Recommended Posts

Posted

Hey guys. I'm going to need to be using FileOpen alot, and going over in my mind what I have to do.

I need to erase lines from a document, how would I do this?

On a separate note,

How would I go about pasting something from the clipboard to a line on a document?

Using FileWriteLine? But how? Can I use "^v"?

Posted

Ohh, I see how to use ClipGet now... put it in a variable... Thanks!

well, If you must know details, I have lines in a document the bot reads with FileReadLine and pastes in a form on a website, when it uses the line, I want it to erase the line... anyway to do that? thanks again.

Posted (edited)

I haven't actually done any of this myself yet, but the way I understand it is like this: Read all the lines from a file, but only some or most of them are written back, thereby the lines that aren't written back are 'deleted'.. Search the forum for some examples, I've seen many posts here related to that.

Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...