First, Mazal-tov on the forum! (finally

)
does anybody knows how can i create a new .Net instance with a multi-arguments constuctor?
for example, TimeSpan costuctor will take something like: new TimeSpan(Hours,Min,Seconds)
in QTP: CreateNewInstance("System.TimeSPan", , Hours[, Min, Seconds]
ofcourse it is not possible.. i tried to transfer VB array, .Net array.. nothing worked.
any idea of how it should be written?
Thank you,
Nadav Rotenberg