User Profile

Collapse

Profile Sidebar

Collapse
jslee99a
jslee99a
Last Activity: Sep 13 '07, 02:48 AM
Joined: Jul 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I'm developing a verifying program.

    for example ) test.txt, 1, 1, 1, "F", 5, 5, 6, "TT" ...

    test.txt : file name to verify

    1 : line number of the file
    1 : start offset of line
    1 : end offset of line
    "F" : compare data

    5 : line number of the file
    5 : start offset of line
    6 : end offset of line
    "TT" : compare...
    See more | Go to post

    Leave a comment:


  • How to move file pointer to the start point?

    hello

    I use visual basic 6.0.

    I want to read file twice.

    First i read file then i don't know how to move the file pointer to the start point.
    i don't want to close file and reopen.

    example)
    Open InputFileName For Input As #1

    While Not EOF(1)
    Line Input #1, line
    ...
    Wend

    'move file pointer to the start point...
    See more | Go to post
No activity results to display
Show More
Working...