Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将 ParamArray 与其他类型的数组区分开来?现在我正在使用 TypeName = "Variant()" 和 LBound = UBound (只有一个元素)来检查,但显然它不适用于具有单个元素的变体数组。