Hello TV FREAK,
I made one more change.
Greetings,
Drifter2006
Code:
'--------------------------------------------------------------------------------
'-------------------------ZUWEISUNG DER EIN- UND AUSGAENGE ----------------------
'--------------------------------------------------------------------------------
define led port[1]
'--------------------------------------------------------------------------------
'-------------------------ZAHLEN KONVERTIERUNG FUER ANZEIGE ---------------------
'--------------------------------------------------------------------------------
define zahl word
'---------------------------------------------------------------------------------
'----------------------------HAUPTROUTINE -------------------------------------
'---------------------------------------------------------------------------------
put 0 '<-NEEDED BECAUSE OF BUG IN C-CONTROL I V2.0'
#hauptroutine
for zahl = 10 to 50 step 1
led = 1
print zahl '<-DELETED PUT'
pause 50
led = 0
pause 50
next zahl
goto hauptroutine
Lesezeichen