标题:
[基础]
请教一位高人
[打印本页]
作者:
jscsyyan
时间:
2008-1-29 15:21
标题:
请教一位高人
VB中怎么从.TXT文件中读数据
作者:
php
时间:
2008-1-30 15:44
open "文件名" for input as #1
dim strline as string
dim strtext as string
do until eof(1)
line input #1,strline
strtext=strtext+vbcrlf+strline
loop
close #1
作者:
Nothing
时间:
2008-1-30 15:46
楼主应当看看基本的VB函数和语句。
欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/)
Powered by Discuz! 6.0.0