主题:求助:读取文件后,按每行8个数据的格式打印
sxxbw
[专家分:0] 发布于 2010-04-24 22:23:00
如题!
回复列表 (共2个回复)
沙发
merry05 [专家分:8920] 发布于 2010-04-25 00:06:00
do while not eof(mark)
for i=1 to 8
if eof(mark) then exit form
read data you want
print data_you_read
next
print vbcrlf
loop
Hold by this principle,u~ll meet the requirements of your own
good luck
[em12]
板凳
gfan [专家分:60] 发布于 2010-05-05 12:56:00
多年项目开发经验,专业做毕业设计等中小型项目开发,熟悉各种数据库操作(sql server ,access ,mysql等),熟练应用VC, Delphi, VB, ASP, C#等开发语言.若有需要请联系QQ: 383147818 加我请注明: pfan项目
我来回复