Benoit, my snip of code is... PUBLIC short_variable AS SHORT ... OPEN "my_file" FOR READ WRITE LITTLE AS #hfile SEEK #hfile, 0 READ #hfile, ME.short_variable ... Attempting to solve this, I removed the ME. and it works correct every time so far. ..somethings funny... Thanks -Fernando