Just curious... why do you need to know this? If you're looking at appending
data to a file, you can do a "write <data> after file <fileName>", and if
you need to know the length of the file you can read it into a variable with
"put url ("file:" & <fileName>") into <myVar> and then get the length of
<myVar>.

Can you shed some light on your request?

Thanks,

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Keelan Lightfoot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 10:17 PM
Subject: Current seek position


> How can I find the current position to which I am at in an open file? I
need
> to be able to go to the end of the file (which 'seek to -1 in file ...'
> would take care of), but I need to know the position I'm at when I'm at
the
> end of the file.
>
> Thanks,
>
> Keelan Lightfoot
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to