Hi all you amazing AutoIt coders out there. I've got a small issue thats bending my head into a pretzel. I'm teaching myself to use arrays to populate ListView GUI elements (don't worry, I got that no sweat). Where my problem is reading / writing the individual values from the ini file variable in each of the columns. Perhaps a little code is called for: Main Script: #include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <ListViewConstants.au3>
#include