View Single Post
  #1 (permalink)  
Old March 24th, 2004, 02:07 PM
sporkman43 sporkman43 is offline
Authorized User
 
Join Date: Aug 2003
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with eMbedded VB

When I run this I get an error. I can't seem to figure out how to make eMbedded VB read a text file. Any suggestions would be helpfull. Thanks,
CODE:
Private Sub LoadList()
Dim file
file.Open "C:\My Documents\models.txt", "1"
End Sub