ReadRegMultiStr, WriteRegMultiStr
Hello,
I wonder if reg_multi_sz commands could be implemented using the stack, e.g.
ReadRegMultiStr HKLM Software\Some\subkey multi_sz_value
would return string(s) from multi_sz_value in stack with the number of them pushed at the top.
Likewise, one would push string(s) one-by-one onto stack with the number of them on top before calling WriteRegMultiStr.
Is this possible?