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?