클래스를 생성하려면 다음 구문이 있는 Class 명령문을 사용합니다.
구문
BSL classes are enclosed within Class .... End Class 'Defining the Class Class classname 'Declare the object name End Class Instantiation of the Class Set objectname = new classname
Scripting on this page enhances content navigation, but does not change the content in any way.