If I do
then e, f, g, and h are not active (good), but j, k, and l are active even though I don't want them to be (bad).
utils.multilistbox ("", "", {a="a", b="b", c="c", d="d", e="e", f="f", g="g", h="h", i="i", j="j", k="k", l="l", m="m", n="n"}, {a=true, b=true, c=true, d=true, i=true, m=true, n=true})
then e, f, g, and h are not active (good), but j, k, and l are active even though I don't want them to be (bad).