Hi,
Is it possible to create an Array made from Arrays?
Hi,
Is it possible to create an Array made from Arrays?
Yes of course. Have you tried? JS or C#? Because there may be better ways of doing what you want than using Arrays (of Arrays)
If you want multidimensional arrays, yes. That can be done too. You can also use collections for your needs. Depending on what sort of data you need to store.
The link I provide you here, is for a site which I think is a nice quick-lookup for many C# related things: