二级二级VB2007年4月全国计算机二级考试VB语言笔试真题
题目内容

窗体上有1个名称为Text1的文本框和1个名称为Command1的命令按钮。要求程序运行时,单击命令按钮,就可以把文本框中的内容写到文件out.txt中,每次写入的内容附加到文件原有内容之后。下面能够实现上述功能的程序是(  )

2024-07-09

A.Private Sub Command1_Click()Open “out.txt” For Inpit As#1Print#1,Text1.TextClose#1End Sub

B.Private Sub Command1_Click()Open “out.txt” For Outpit As#1Print#1,Text1.TextClose#1End Sub

C.Private Sub Command1_Click()Open “out.txt” For Append As#1Print#1,Text1.TextClose#1End Sub

D.Private Sub Command1_Click()Open “out.txt” For Random As#1Print#1,Text1.TextClose#1End Sub

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端