Hi all, I update my ubuntu 18.04 and now some programs raise an error , they works perfectly before latest update. The code is like: Private ctrl_dc[7] As Integer Public Sub _new() ctrl_dc[1] = 0 end when I open the form it stuck saying ctrl_dc is read only. Should I change somethink on variable declaration ?