This sample covers the use of currency , dates , safearrays , multidimensional arrays , strings , chars , shorts , and longs 此示例包括货币、日期、 safearray 、多维数组、字符串、字符、短格式和长格式的使用。
When you add dimensions to an array , the total storage needed by the array increases considerably , so use multidimensional arrays with care 增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。
When copying between multidimensional arrays , the array behaves like a long one - dimensional array , where the rows or columns are conceptually laid end to end 当在多维数组之间复制时,数组像长一维数组那样操作,在此行(或列)在概念上首尾相连。
When copying between multidimensional arrays , the array behaves like a long one - dimensional array , where the rows or columns are conceptually laid end - to - end 在多维数组之间复制时,数组像一维长数组那样操作,其中各行(或列)在概念上首尾相连。
In a multidimensional array , each element in the main array can also be an array . and each element in the sub - array can be an array , and so on 对于一个多位数组来说没,其中的每个元素都可以视为一个数组;这些二级数组中的每个元素又可以视为一个数组,以此类推。