Results 1 to 3 of 3

Thread: EVB File opening error

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    29

    Talking 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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    29

    Talking 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
  •  



Click Here to Expand Forum to Full Width