<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > MMF > MMF Module Classes > cMMF > <cMMF> Properties > <cIniFile>.Fileseek |
Description
GET/SET current cursor memory position associated to cMMF object
Syntax
GET
pMem = <cMMF>.Fileseek
SET
<cMMF>.Fileseek = pMem
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
It can be used to get/set data inside memory associated with cMMF objects
Restrictions
Fileseek cannot be less than 1 and more than <cMMF>.FileSize
It is a local memory position inside available memory space of the cMMF objects memory
See also
Examples