This “Dim arrayName() as datatype” syntax declares an array with a name and the data type. “ReDim arrayName(4)” declares the array size. Example:.
確定! 回上一頁