יחידה:TableTools: הבדלים בין גרסאות בדף

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
שורה 60: שורה 60:
if arrayVal == v then
if arrayVal == v then
valExists = true
valExists = true
break
end
end
end
end