Message 1 of 4
rollback the read() operation of a filer?
Not applicable
01-27-2005
04:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I read an object in dwgInFields(), but
there are 2 versions out there:
1:
int
int
2:
int
int
string
int
How can I read both correctly? The first 2 fields (int) are identical in both objects.
What I can do (can I?): read first 2 int's, then read string,and if it's a "real string continue reading; otherwise "rollback" the read operation.
But is there any way to "rollback" the read operation?
I read an object in dwgInFields(), but
there are 2 versions out there:
1:
int
int
2:
int
int
string
int
How can I read both correctly? The first 2 fields (int) are identical in both objects.
What I can do (can I?): read first 2 int's, then read string,and if it's a "real string continue reading; otherwise "rollback" the read operation.
But is there any way to "rollback" the read operation?