fix call of gettypeofindex

This commit is contained in:
Jonathan Jenne 2020-11-04 16:20:33 +01:00
parent bff6d919bd
commit b0cdbe6b58

View File

@ -92,8 +92,8 @@ Public Class frmAdministration
If MyIndicies IsNot Nothing Then
Dim i As Integer = 0
For Each index As String In MyIndicies
Dim _vektorString As Boolean = False
Dim oIndexType = WINDREAM.GetTypeOfIndex(i)
Dim _vektorString = False
Dim oIndexType = WINDREAM.GetTypeOfIndex(index)
i += 1
MyIndicies_Types.Add(oIndexType)
Select Case oIndexType