Search results for query: *

  1. mattgy

    Arrays as function arguments

    In VBScript I can do something like this: call myfunction(array("hello","world")) myfunction(aArray) ... ... end function How can you do the same thing with VB.net, without having to declare/initialise the array first? Regards.
Back
Top