http://gambaswiki.org/bugtracker/edit?object=BUG.1689&from=L21haW4- Comment #1 by Benoît MINISINI: As a workaround until you get a fix, use normal arrays instead of embedded arrays. Dim Label[99] As Label --> Dim Label As New Label[99]