|
-
Sep 27th, 2006, 03:51 AM
#1
Thread Starter
Junior Member
EVB File opening error
In evb 2002 for Windows CE
[CODE]
Dim File As String
MkDir ("\Argonaut Data")
File = "\Argonaut Data\Data.txt"
Open File For Append As #1
Print #1, strTemp
Close #1
[\CODE]
When make file, VB will give out error saying "Compile Error: Expected End of Statement" for the Open command line
Now what is that suppose to mean?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|