다음 중 프로시저에서 LocalVariable() 안에 선언된 strMsg 변수에 대한 설명으로 옳지 않은 것은?

- 1LocalVariable()에서 strMsg를 문자열 변수로 선언 하였다.
- 2LocalVariable()에서 변수 strMsg에 "작업이 완료되었습니다."라는 문자열을 대입시킨다.
- 3LocalVariable()에서 변수 strMsg 내용을 MsgBox를 이용해 대화상자에 표시한다.
- 4OutsideScope()에서도 LocalVariable()에서 선언된 strMsg 변수가 적용되어 MsgBox를 이용해 대화 상자에 표시한다.
꿈라CBT