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.