N
Nemisis
Hi,
Is it possible to pass in an object and parameter into a function and
return it as a string.
i.e.
To make a call to the function i would put the following
Dim str as String = MyTestFunction(myObject.Parameter)
str should equal "myObject.Parameter"
if myObject was of type myObj, then str should return "myObj.Parameter"
Thanks
Is it possible to pass in an object and parameter into a function and
return it as a string.
i.e.
To make a call to the function i would put the following
Dim str as String = MyTestFunction(myObject.Parameter)
str should equal "myObject.Parameter"
if myObject was of type myObj, then str should return "myObj.Parameter"
Thanks