Jump to content

Autoit save Listview Data to file


Recommended Posts

Link to comment
Share on other sites

It looks like the  _GUICtrlListView_SaveTxt() UDF creates one big string which is written to a text file once completely built.  Keep in mind the string size limitation of 2147483647 characters in case the contents of the listview you want to "save;" is very large.  If you use the _GUICtrlListView_CreateArray() function instead it is doubtful (though not impossible) you'll hit any limitation.

Edited by spudw2k
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...