Code: Select all
RegistryEnumKeys>HKEY_CURRENT_USER,Software\MJTNET,keys
MessageModal>keys
Separate>keys,CRLF,keysArr
0: KEYSARR_COUNT=4
0: KEYSARR_1=Software\MJTNET\MSched
0: KEYSARR_2=Software\MJTNET\Msched14
0: KEYSARR_3=Software\MJTNET\WebRecorder
0: KEYSARR_4=
My question is why does the COUNT show 4 when there are clearly only 3 values (also confirmed by manually checking the registry)? Is this a bug or is it intended?
Any insight is greatly appreciated.