[Gambas-user] List of Keys in columnview...

Fabien TONIUTTI fabien.toniutti at free.fr
Mon Feb 27 14:16:45 CET 2023


Hi everyone,

Excuse me for this so simple question, but i tried a lot of solution 
without success.

I have one columnview with 150 rows with different String keys as 
"fg","fte", etc...


A) How could i list these keys in console.


Dim a As Integer

For a = 0 To (ColumnView1.Count - 1)
        Print "Mykey is: & " What code here ??????????"
Next


Thx




More information about the User mailing list