Is it possible to initialize a multi-dimension array as for one dimension.
For example as (which does not work):
Dim y(2,3) As Double
y = Array As Double((1,2),(3,4),(5,6))
For example as (which does not work):
Dim y(2,3) As Double
y = Array As Double((1,2),(3,4),(5,6))