Tuesday, January 10, 2012

For loop in ABB Rapid programming language

FOR index FROM initial_value TO final_value DO
      //Do Following ...
ENDFOR

1 comment:

  1. will you need to declare an index as a num before using this loop condition. ??

    ReplyDelete