I\'m making a call:
myResult = MakeMyCall(inputParams, out messages);
but I don\'t actually care about the messages. If it was an input pa
The Visual Basic compiler does this by creating a dummy variable. C# could do it, if you can convince Microsoft its a good idea.