기타 문
Statements that do not belong to any of the other categories are described here.
Call Statement
Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called.
FreeLibrary Function
Declare 문에 의해 로드된 DLL을 해제합니다. 해제된 DLL은 자체 함수 중 하나가 호출될 경우 자동으로 다시 로드됩니다. 참고 항목: Declare
With Statement
특정 개체를 기본 개체로 설정합니다. 다른 개체 이름을 선언하지 않을 경우 모든 속성과 메소드는 End With 문에 도달할 때까지 기본 개체를 참조합니다.