Difference between revisions of "Module:TableTools"

13 bytes added ,  06:34, 17 December 2013
add a break in p.union to maybe save us cycling through a loop or two
>Mr. Stradivarius
(check for existing values in p.union value arrays)
>Mr. Stradivarius
(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
Anonymous user