funktioniert leider nicht
was mach ich falsch:
Code:
D1 = Format(hex(second) , "00") 'Hier kommt auch bei 3 nur 3 statt 03
D2 = Format(hex(minute) , "00")
D3 = Format(hex(hour) , "00")
Tresult = Hour + ":" + Minute + ":" + Second 'Hier kommt ein Compilerfehler E242
Mfg
Lesezeichen