This commit is contained in:
Jonathan Jenne
2018-12-17 14:46:02 +01:00
parent e30bc21cf2
commit 142d9e316c
6 changed files with 61 additions and 25 deletions

View File

@@ -36,6 +36,10 @@ Public Class PropertyValues
Obj = oInfo.GetValue(Obj, Nothing)
If IsNothing(Obj) Then
Return Nothing
End If
If oHasIndex Then
Obj = Obj(0)
End If