LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
Hi Pascal
Arrays are Not globals, but you can Set a global to Be an array.
You don't have to declare an Array.
If you write
Put anyValue into myArray[1]
You create the array on the fly. Your Key 1 of your array myArray will contain anyValue
Regards
Bernd