![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 60
|
I want to open a DOS file, look at the first 2 characters in each record and when I find special characters, over write that record with information from another file that's cued up and waiting.
Does visual basic support record pointers in files? If so, what commands move and reset the pointer for I/O purposes? Mechanic |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Feb 2002
Posts: 74
|
Quote:
You certainly can open a file in Read Write: Open [pathname] For Binary Access Read Write Opening as Binary allows record points on a byte-by-byte basis. Good luck!
__________________
"Interfere? Of course we should interfere! Always do what you're best at, that's what I say!" -- The Doctor, Nightmare of Eden |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|