News

Passing a dynamic array to a method is no different than passing a static array, but the dynamic array must have been created by MAKEARRAY, REDIM, COPYARRAY, or an assignment statement. If the dynamic ...
BR><BR>By my thinking the original object array will be modified accordingly - if i pass a single object to a method it edits the original in that case. However, there may be something i am not ...