Module:TableTools: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
add a break in p.union to maybe save us cycling through a loop or two
(check for existing values in p.union value arrays) |
(add a break in p.union to maybe save us cycling through a loop or two) |
||
Line 60: | Line 60: | ||
if arrayVal == v then | if arrayVal == v then | ||
valExists = true | valExists = true | ||
break | |||
end | end | ||
end | end |