Thanks DeanConsulting for your advise.
"DataObjectFiles" is obtained by clicking one of the
possible choices in the list that appears after Dim As.
Nevertheless I tried what you advised but it did not work.
Also not working is :
Dim File1 As Object
Dim File1 As String
I hope there are other...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.