Original post (here):
(FYI: Only moderators can post in the tech support forum.)
“Until” is basically a loop that does nothing. In pseudo-code:
go forward;
while(trigger1 is not pressed){
do nothing;
}
Hope this helps…
//Andrew
Original post (here):
(FYI: Only moderators can post in the tech support forum.)
“Until” is basically a loop that does nothing. In pseudo-code:
go forward;
while(trigger1 is not pressed){
do nothing;
}
Hope this helps…
//Andrew