А то у меня на
- Код: Выделить всё
Private p(1 To 18) As Long
- Код: Выделить всё
Array declarations cannot specify lower bounds.
Private p(1 To 18) As Long
Array declarations cannot specify lower bounds.
Dim L() As Integer = New Integer() {10} 'размер массива
Dim LB() As Integer = New Integer() {5} 'нижняя граница
Dim Arr As Array = Array.CreateInstance(GetType(Integer), L, LB)
MsgBox(Arr.GetLowerBound(0))
MsgBox(Arr.GetUpperBound(0))
MsgBox(Arr.Length)
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 67