Laut Bascom-Hilfe braucht der Befehl Writeeeprom auch noch eine Angabe, wohin der Wert geschrieben werden soll.
Und das scheint bei Dir zu fehlen. Versuch´s doch mal so:WRITEEEPROM var , address
var
The name of the variable that must be stored
address
The address in the EEPROM where the variable must be stored.
Dann müsste es eigentlich klappen...Code:Dim H as Eram Byte ... Do ... If T > H then H = T End if ... Loop
Lesezeichen