change vector index check to sdk method

This commit is contained in:
Jonathan Jenne 2019-04-09 15:48:59 +02:00
parent 2a13c9dd34
commit d4f4343ad0

View File

@ -57,7 +57,8 @@
ReDim Preserve result(0)
result(0) = value
If INDEXNAME.StartsWith("[%VKT") Then
Dim oIndexType = WINDREAM.GetTypeOfIndex(INDEXNAME)
If oIndexType > 4000 And oIndexType < 5000 Then
Dim PM_String = Return_PM_VEKTOR(value, INDEXNAME)
'Hier muss nun separat als Vektorfeld indexiert werden
If Indexiere_VektorfeldPM(PM_String, CURRENT_PROFILE_VEKTOR_LOG) = False Then