Jump to content

Module:TableTools: Difference between revisions

add a break in p.union to maybe save us cycling through a loop or two
m>Mr. Stradivarius
(check for existing values in p.union value arrays)
m>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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.