MS Helpers
This commit is contained in:
@@ -1304,7 +1304,7 @@ Public Class Windream
|
||||
ReDim oArray(Values.Count - 1)
|
||||
|
||||
For oIndex = 0 To Values.Count - 1
|
||||
Dim oValue As Object = Helpers.ConvertIndexValue(oType, Values.Item(oIndex))
|
||||
Dim oValue As Object = Helpers.ConvertAttrValue(oType, Values.Item(oIndex))
|
||||
oArray(oIndex) = oValue
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user