I tried my best to help myself using the forums, but I am at a loss now. I have data in an array. I want to copy a specific cell's data to my clipboard. That's it! The array is created dynamically.
I first made the array in GUI listview... and then I found out you can't do anything with that info... so I made a new array in the GUI using labels. I made lots of buttoms to press to copy a specific cell, but I can't pass a variable with onevent mode.
I found this and it got me quite
I don't have my scripts with me, but...
You can make Listviews with checkboxes, tick the box corresponding to the row item you want, click on a button and do something with any value in a selected cell.
I'll try to find an example Found it
@kulltsb Here we go.
SQLite db for data persistence, Listview for pretty display. And a nice GUI to make your CRUD easy
You don't need to copy cell data to the clipboard, you can select to a $var and then do with it as you please.