change vector index check to sdk method
This commit is contained in:
parent
2a13c9dd34
commit
d4f4343ad0
@ -57,7 +57,8 @@
|
|||||||
ReDim Preserve result(0)
|
ReDim Preserve result(0)
|
||||||
result(0) = value
|
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)
|
Dim PM_String = Return_PM_VEKTOR(value, INDEXNAME)
|
||||||
'Hier muss nun separat als Vektorfeld indexiert werden
|
'Hier muss nun separat als Vektorfeld indexiert werden
|
||||||
If Indexiere_VektorfeldPM(PM_String, CURRENT_PROFILE_VEKTOR_LOG) = False Then
|
If Indexiere_VektorfeldPM(PM_String, CURRENT_PROFILE_VEKTOR_LOG) = False Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user