CommonFun

CommonFun.TableHasValue

Dataset · 20251127_update

Formula Source

function CommonFun.TableHasValue(t, v)
  for key, value in pairs(t) do
    if v == value then
      return true
    end
  end
  return false
end
No formula links

Version History

Loading dependencies...
Loading usage...