Hi dave,
i solved it.
i used the rbuf as var word
Then i didnt add the commands for
i used the above command only to combine it with the following and present the number to the lcd.Code:arraywrite rbuf,[dec speed1,dec2 speed2,0]
So the solutions for me is:
Thanks a lot for the help all of you.Code:checkt: RBUF = (SPEED1*100) + SPEED2 IF RBUF > 5682 THEN ; THIS IS JUST AN EXAMPLE GOSUB LIMIT RETURN
Bookmarks