Added 'Registry' type for 'Routine' list items.
Added integer conversion for 'Routine' 'Registry' items, now piping the output to 'Array' items can be more convenient as opposed to hexadecimal in the case of 'Dword' registry queries.
Added handling for spaces in the registry value name for 'Routine' 'Registry' items (for accuracy of the dynamic menu display), though realistically should not be needed for 99% of use cases.
Improved 'else' handling for 'Array' list items. Else must be placed last in the array, but is more logical instead of needing an extra fifth column.