Module:TableTools: Difference between revisions

    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