|
fileWritePos |
|
fileWritePos( const handle, // file handle [const newpos]); // new position if supplied Queries file write pointer. If a new position is given as 2nd argument, the write pointer is moved to that position. Example: var pos = fileWritePos(fh); // query current position fileWritePos(fh, 100); // seek to 100 fileWritePos(fh,fileWritePos(fh)-5); // seek back 5 chars |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |