첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170
Open "c:\sample.txt" For Output As #1

Print #1, "김철수"
Print #1, "홍길동"
Print #1, "김영희"

Close #1


Dim strText As String

Open "c:\sample.txt" For Input As #2

Do While Not EOF(2)

    Line Input #2, strText

    Print strText

Loop

Close #2
728x90
반응형
그리드형(광고전용)
Posted by icodebroker
TAG ,

댓글을 달아 주세요