首页 > 计算机 > 计算机考试 正文

[填空题] 下面一段程序的功能是,单击命令按钮后将D盘temp 目录下的staff.txt 文件内容读出,并在文本框Text1中显示出来。请填空。 Private Sub Command1_ Clic

时间:2021-07-20 19:35:43 解答: 195 次

[填空题] 下面一段程序的功能是,单击命令按钮后将D盘temp 目录下的staff.txt 文件内容读出,并在文本框Text1中显示出来。请填空。 Private Sub Command1_ Click() Dim Line As String, FileNo As Integer Dim People As String FileNo = FreeFile Open "D:empstaff.txt" For Input As ______ DO While Not ______ Line Input #FileNo, Line People = People + Line + Chr(13) + Chr(10) Loop Text1.Text = People End Sub

正确答案:

EOF (File No) # FileNo

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2024-12-31 03:40:36

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2024-12-31 03:40:36

←请使用微信扫码支付