09-22-2023, 02:59 PM
Task: wmic returns text "72,80,32,90,82,50,50,119,0,0,0,0,0", which is a comma-separated list of character codes, and need to convert it to string.
If all characters are ASCII, then Kevin's code works and is the simplest.
If all characters are ASCII, then Kevin's code works and is the simplest.