You are not logged in.
Pages: 1
I want to choose current position in the file (position that data is read from). Is it possible? If not, could an opcode be created in the next version of CLEO?
Offline
0AA5: call 0x538990 num_params 3 pop 3 $from $offset $file
$file - file pointer
$offset - Number of bytes from $from
$from - Initial position (usually 0)
Offline
Thanks! But I don't understand a little bit. Does it sum $from and $offset or what?
Offline
yes, it could be said that it sums $from and $offset
Offline
Thanks again
Offline
Ok, now I understand this, thanks
Offline
Pages: 1