News

Given the following code in one DLL:code:Dim sData() As String...Dim myObj1 As OtherDLL.OtherClassmyObj1.AFunctionWhichMayOrMayNotFillAnArray(sData)...Dim myObj2 As ...
DIMn(array-name) where n is the specified dimension that has a default value of 1. You can also use the DIM function when you specify the number of elements in the array with an asterisk.