From b0cdbe6b589619f84edd8d9dbb06e19b764fb2a4 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 4 Nov 2020 16:20:33 +0100 Subject: [PATCH] fix call of gettypeofindex --- app/DD_PM_WINDREAM/frmAdministration.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/DD_PM_WINDREAM/frmAdministration.vb b/app/DD_PM_WINDREAM/frmAdministration.vb index 74a5a01..155e68d 100644 --- a/app/DD_PM_WINDREAM/frmAdministration.vb +++ b/app/DD_PM_WINDREAM/frmAdministration.vb @@ -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