|
-
Aug 19th, 2000, 06:47 AM
#1
Thread Starter
Hyperactive Member
I would like to set a position in a file, but SEEK has only integer input and I need to go further then only 32k. Has anybody more productive idea then go to maxim position and read continuously?
Thanks,
John
-
Aug 20th, 2000, 11:51 PM
#2
Member
It's possible, I suppose, to do something like the following:
GET fileno, readlocation-2, a%
PUT fileno, readlocation-2, a%
.
.
.
This will emulate SEEK.
-
Aug 21st, 2000, 05:10 PM
#3
Member
Ok, come to think of it, this will do:
GET fileno, readpos-2, a%
-
Aug 22nd, 2000, 03:45 AM
#4
Fanatic Member
You must first seek to the beginning.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|