Friends, I need to pass an array from classic asp to a dll made in .net, and in .net I wait for a string type [], how the hell do I do to pass that data from classic asp?
Today I do it like this:
Dim ws
dim arreglo(0)
Set ws = Server.CreateObj...
asked by
17.04.2017 / 23:15