Now I'm trying to convert a project from Gambas1 to Gambas2... There is a string array "listedat[]" which I want to sort. The original code was listedat.Sort(gb.Language) Gambas2 says "Bad string conversion", but I can't detect anything wrong here, the editor proposes to write it this way. So what's wrong? Thanks in advance! Rolf