我有一个二维数组:
ProductAndCompanyHourArray[ProductLoopIndex][CompanyLoopIndex] = getCompanyHourTime;
到目前为止,我正在尝试遍历每个维度的二维数组:
ArrayLen(ProductAndCompanyHourArray) - ProductIndex
我将如何循环第二位?(不工作并获得长度)
ArrayLen(ProductAndCompanyHourArray[ProductIndex]) ??