An error occurs in the place to initialize the array.
How Can I Use that array ?
It must be a two-dimensional array of character...
Thank you....
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi, Pack:=1)> _
Public Structure ST_TEST
<MarshalAs(UnmanagedType.ByValArray, SizeConst:=360)>
Public 2D_CHAR_ARR()() As Char '//Array In Struct can not be fixed row&col
End Structure
''''''''''''''''''''''''''''''''''''''''
Dim stTest As ST_TEST
ReDim stTest.2D_CHAR_ARR(60)(60) ' //throws System.NullReferenceException