你的代码呢,贴出来看看
其实我就是改变社会风气,提高少女素质,刺激电影市道,提高年轻人内涵,玉树临风,风度翩翩的整蛊专家,我名叫古晶,英文名叫JingKoo!
Private Sub Command1_Click()
Dim a, b, c
Dim nFile As Integer
Dim str As String
nFile = FreeFile
Open "f:\myfile.txt" For Append As nFile
If LOF(nFile) = 0 Then
Print #nFile, "年", "月", "日"
End If
a = Text1.Text: b = Text2.Text: c = Text3.Text
Print #nFile, a, b, c
Close #nFile
End Sub
有点小错误,改了一下
[此贴子已经被作者于2007-6-19 13:43:09编辑过]