Modul:TableTools: Unterschied zwischen den Versionen
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) |
||
| Zeile 60: | Zeile 60: | ||
if arrayVal == v then | if arrayVal == v then | ||
valExists = true | valExists = true | ||
break | |||
end | end | ||
end | end | ||