Can I have a variable length argument at a position other than the last one?
Created Jan 22, 2006
John Zukowski No, variable length arguments are only supported as the last argument passed into a method.
Created Jan 22, 2006