MS Helpers

This commit is contained in:
Developer01
2025-04-08 15:28:11 +02:00
parent d4ce8e2891
commit a6d3781781
4 changed files with 95 additions and 10 deletions

View File

@@ -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