Itoo Software Forum
RailClone => RailClone Pro (*) => Topic started by: Dragan on August 09, 2023, 03:28:00 pm
-
I'm not a programmer and I'm using expressions on a basic level but sometimes I have a need for loops like:
for i=1 to 10 do, or while i<10 do;
It will help to solve some problems when checking some stuff before we enter "RETURN" and go for the Final output expression.
At the moment I can only use counters (Segment/Array Counters) to mimic some kind of loops.
Thank You.
-
It could be done, but also has some risks.
A wrong loop would cause a performance hit, or even lock completely the style evaluation process (an infinite loop).
Thanks for your suggestions.