ms
This commit is contained in:
@@ -368,7 +368,7 @@ Public Class ClassWindream_allgemein
|
||||
Dim Values = oChoiceList
|
||||
Values = oChoiceList.GetVariableValue("vItems")
|
||||
Dim anz As Integer = 0
|
||||
|
||||
If LogErrorsOnly = False Then MsgBox("Try getting values for resullist: " & _auswahlliste)
|
||||
For Each CLItem In Values
|
||||
If oChoiceList.aName IsNot Nothing Then
|
||||
anz += 1
|
||||
@@ -377,6 +377,7 @@ Public Class ClassWindream_allgemein
|
||||
Dim strListe(anz - 1)
|
||||
Dim zahl As Integer = 0
|
||||
For Each CLItem In Values
|
||||
If LogErrorsOnly = False Then MsgBox("Item: " & CLItem)
|
||||
If oChoiceList.aName IsNot Nothing Then
|
||||
strListe(zahl) = CLItem
|
||||
zahl += 1
|
||||
|
||||
Reference in New Issue
Block a user