Oder so vielleicht:
(ungetestet)Code:Dim Soll As Integer , Ist As Integer , Temp As Integer If Soll > Ist Then Temp = Soll - ist Else Temp = Ist - soll End If If Temp > 10 Then Print "Abstand ist größer als ±10"
Oder so vielleicht:
(ungetestet)Code:Dim Soll As Integer , Ist As Integer , Temp As Integer If Soll > Ist Then Temp = Soll - ist Else Temp = Ist - soll End If If Temp > 10 Then Print "Abstand ist größer als ±10"
Bild hier
Atmel’s products are not intended, authorized, or warranted for use
as components in applications intended to support or sustain life!
Lesezeichen