Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
zend is built using certain conventions; to avoid breaking its standards, you should follow the rules described in the following sections.
zend is built using certain conventions; to avoid breaking its standards, you should follow the rules described in the following sections.
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 문 규칙도 유효합니다.
as soon as the variable has been declared, it is automatically set to the "null" value. note the following conventions:
이 변수는 선언되자마자 "null" 값으로 자동 설정됩니다. 다음 규칙에 주의합니다.