[Gambas-bugtracker] Bug #2255: Gambas3 Structs Array still confused with EXTERN call

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sun Jun 13 22:20:00 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2255&from=L21haW4-

Comment #5 by Benoît MINISINI:

To move the 6th element of MyBigArray to MySVar, just write:

MySvar = MyBigArray[5]

You should never use memmove(), it's dangerous. It won't work if you use non-numeric types.




More information about the Bugtracker mailing list