Private Sub Command2_Click()Dim a, b, c As StringOpen "C:\1.txt" For Input As #1Line Input #1, aLine Input #1, bLine Input #1, cClose #1Open "C:\2.txt" For Append As #1Print #1, bPrint #1, cClose #1End Sub
VB6.0还是vb2008