Hi,
I want use the great work of jguinch in
Problem:
$aList = _UninstallList() --> _ArrayDisplay($aList ) --> RegistryPath|RegistrySubKey|DisplayName|Date
I can´t use the DisplayName and Date.
I tested:
- For $i = 0 To UBound($aResult) -1
ConsoleWrite($aList[$i,4] & @CRLF) --> Error is shown
Next
- $a = _ArrayMinIndex($aList, 1, 0, 0, 3) --> --> Error is shown
What is wrong?
Best Regards
Michael