GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

LoopLimit has to be greater then 1??

eric123791 opened this issue · 4 comments

commented

2.6.40...2.6.41#diff-e9e472f3552dd0eb04e1cb761890c01363b6a0aca9d969b9a90390c3a75097d3
line 878 the comparative operator should be greater and equal (>=)

commented
commented

if tonumber(sequence.LoopLimit) < 2 then

If the number is less than 2 then ignore the PostMacro. This is exactly what is it is supposed to be.

commented

sounds good, i thought postmacro is appended at every sequence line

commented