Jump to content

Sjov2200

Members
  • Posts

    5
  • Joined

  • Last visited

Sjov2200's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Nah :-) I like to get pointers and figuring out the rest myself. So, I have succes with _FileReadToArray & _FileWriteFromArray makes my code much cleaner too (not so many variables needed anymore). Thx again :-)
  2. So, my proggie works fine, listbox updates are working, I have added a column to the array and the listbox no problem there. My next development is saving / loading the arrays and I found an earlier post using the Save_Array command, I will be looking into that. I was trying my own version with loops, comma seperation and fileread and it works fine. Only sometimes Filegetsize returns the wrong size of the file?!? It happens when I load once and then I load the same file. Filegetsize returns the wrong size and my loop is out of bounds of course...
  3. Oh man, that's fantastic. Was exactly what I was looking for... I will tweak it to fit my little proggie THANKS!!!
  4. Hey! Thx man... I will try it out as soon as I get home :-). Ye' sorry for not posting the things that I've tried, but I was'nt really anywhere near a solution, so I think posting would have confused matters more then benefitted ^^. I did try out some examples under help, but I found it hard to grasp the function of the different Gui ctrl's ...
  5. Hi, I am trying to make a listbox (I tried with Koda, but failed miserably) which displays content of an array, with the possibility to change the data directly. Like: a,1, , ,comment about line 1 a,0,1200, ,comment about line 2 b,10, ,comment about line 3 So my array should hold (one letter, a number, a number, text max 254) for x number of lines. I am finding the coupling between the GUI controls and the array difficult. My GUI should look something like this Letter__#_____number____Comment ------------------------------------------------------------ A______1______0________bla bla bla B______2______10_______more bla bla F______12_____0________even more bla Y______3______1200_____more bla bla G______1______0________bla bla - - - - <-- new lines to array here
×
×
  • Create New...