Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • asp
  • c#

Variant param values from classic asp calling .NET component method

Feb 21, 2013 See the question and my original answer on StackOverflow

The code you post should work as in VBScript

VarType(Array(...)) = VarType(myFiles) = VarType(Split(...)) = 8204

8204 = 0x200C, which is VT_ARRAY | VT_VARIANT which translate indeed to object[] in .NET

So, the actual code is different than the sample shown here.

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms