|
-
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?
-
Sep 27th, 2006, 08:52 AM
#2
Re: EVB File opening error
Despite the similarities, eVB is different to VB in several ways (eg: it does not support the Open method), see this thread for the eVB version of working with files.
-
Sep 28th, 2006, 05:09 AM
#3
Thread Starter
Junior Member
Re: EVB File opening error
Thank you so much! You are the greatest! Muah muah!
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
|