From professional translators, enterprises, web pages and freely available translation repositories.
declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. dim statement conventions are also valid.
변수나 행렬의 값이 서브루틴 또는 함수가 종료된 후에도 유지되도록 변수나 행렬을 서브루틴 또는 함수 내의 프로시저 수준에서 선언합니다. 또한 dim 문 규칙도 유효합니다.
dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session.
변수나 행렬을 전역 수준(즉, 서브루틴 또는 함수 내에서가 아니라)에서 차원화하여 현재 세션의 모든 라이브러리와 모듈에서 유효하도록 만듭니다.