Hi all, I'm trying to extract the text from a treeview that contains several columns: I'm already successfully retrieving the 4 letter airport code using this line of code: $apt = ControlTreeView ( "JeppView", "", "[CLASS:SysTreeView32; INSTANCE:2]", "GetText", "#1") $apt = LeftString($apt, 4) I am however unable to obtain the text in the column to the right with the full name of the airport. So for YABA I would like to retrieve "ALBANY". That does not seem to be part of the treeview thoug