Jump to content

Recommended Posts

Posted

Hi guys! Today I wann ask you how do I save the data found in a Listview to a file. Once I was able to do that, but now I can not remember how anymore. 

Thanks in advance.

Posted
Posted (edited)

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

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
  • Recently Browsing   0 members

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