[Gambas-user] READ file problem - bug -update

nando nando_f at ...951...
Thu May 12 21:59:22 CEST 2005


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





More information about the User mailing list