In Embedded Visual Basic I try to store data to a File
in accordance to the code sample mentioned in "Help" under
File Control.
Option Explicit
Dim File1 As DataObjectFiles
Dim a1 As Object
Private Sub Command2_Click()
a1 = "\windows\test.txt"
File1(a1).Open "Output"
File1.Lineprint Text2.Text
File1.Close
End Sub
The Aswer is : An Error was encountered while running this
Program : Type Mismatch : '[Undefined]'
Who can help me; I have no idea to get further.
in accordance to the code sample mentioned in "Help" under
File Control.
Option Explicit
Dim File1 As DataObjectFiles
Dim a1 As Object
Private Sub Command2_Click()
a1 = "\windows\test.txt"
File1(a1).Open "Output"
File1.Lineprint Text2.Text
File1.Close
End Sub
The Aswer is : An Error was encountered while running this
Program : Type Mismatch : '[Undefined]'
Who can help me; I have no idea to get further.