Jump to content
UBot Underground

Recommended Posts

hope this helps.

 

I wanted to save data to a file everytime i ran through a form. The only issue was save to file would over write everything in the file. So what i did was this.

 

1. save data to list

> add item to list

 

2. open file, save the files data to a list.

>add list to list

->list from file

 

3. merge the two lists

>add list to list

 

4.save data to orignial file

>save to file

http://ocletsride.com/images/getthoPush.JPG

done.

 

 

I know there are many ways to get this done, but this was my simplest way of doing it.

Link to post
Share on other sites

Consider this

 

 

1 open file with orginal data list from file

 

2 add new data to list add to list

 

3 save list

 

works well in a threaded or multiwindow bot.( I prefer tables to lists as well)

  • Like 1
Link to post
Share on other sites

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.

Loading...
×
×
  • Create New...