Forum

'For' statement?
 
Notifications
Clear all

'For' statement?

2 Posts
2 Users
0 Likes
4,224 Views
(@clearwaterbrewer)
Active Member
Joined: 5 years ago
Posts: 6
Topic starter  

Is there a 'for' statement in the scripting language?

for i = 1 to 9

 

related - can I do something like:

"PID 1" Kp = "PID 1" Kp value + .01

   
Quote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

No, not yet. Need to declare a variable, count up and check the amount to escape a loop. Not quite as elegant but only one or two lines more.


   
ReplyQuote
Share: