배열 초기화

Posted in Programming/vba by

' 배열 선언
Dim m_array

' 배열 초기화
m_array = Array("0", "1", "2", "3", "4", "5")