[Gambas-bugtracker] Bug #1689: Since 3.14.1 i-nex crashes with "Read-only Array"

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Nov 29 21:26:10 CET 2019


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]




More information about the Bugtracker mailing list