Asked
— Edited

i get an error trying to use the ping sensor.something about matrix is not good.
and the text is in nederlands written
bigger pic
i get an error trying to use the ping sensor.something about matrix is not good.
and the text is in nederlands written
bigger pic
@DJ.
That's cool. I guessed it was a GOTO but didn't realise you could rename, or should I say label it with a custom named. I'll have a look at the examples folder.
Thanks.
Anytime dude
I think my random selection of CHICKEN was due to how hungry I am... oh so hungry. Skipped lunch!
Mmmm. I was thinking pizza myself, lol. Go get something to eat buddy.
so above loop comes chicken?or any name.
@nomad.
From how I understanding now, that's not correct. In your example, :loop doesn't go above :chicken, :loop is :chicken (or :whatever you name it).
Quote from the script manual...
Defines a label for a GOTO() command Example: :My_Label [/quote]
For you guys that are hungry....
Hmmmm, tasty.
@RichardR a little off topic but I've always wondered why you use the impossible statement in a repeatuntil rather than a label/goto loop?