Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1谁能给我翻译一下这段代码 易理解 呵呵Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1

来源:学生作业帮助网 编辑:作业帮 时间:2024/08/31 04:05:19
Open App.Path &
x)/HSp,( H,PPSP10+(QRp/R/-)(-Qp,VP6T(+2tBR+J@sN~q*Pņ{c_dGÓ/|n݋/hTx6c m//Vx:q+Qn"}jlY!`؜GfТ';V=5f/KIjة?tOOw?dKv=|V ѪdǮ&?me?DW@`=Ӟo0GQ\qa泮вmOZѱnhTPں6yv

Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1谁能给我翻译一下这段代码 易理解 呵呵Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1
Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1
谁能给我翻译一下这段代码 易理解 呵呵
Open App.Path & "\01.txt" For Output As #1
Print #1,Text2.Text
Close #1

Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1谁能给我翻译一下这段代码 易理解 呵呵Open App.Path & "\01.txt" For Output As #1 Print #1,Text2.Text Close #1
这个应该是vb代码
Open App.Path & "\01.txt" For Output As #1 '打开程序文件夹下的文件01.txt,为输出儿打开,给这个文件一个编号“#1”
Print #1,Text2.Text ' ’把text2的内容输出到文件01.txt
Close #1 '关闭文件