yes, Wanilton's answer was for XBMC which returns all the song info with a single command, and we then use regular expressions to break it up. MediaMonkey only returns one at a time, so we need to store each in a user variable. This is a new feature so anyone who is interested in storing variables can take a look at the attached group.
to store a variable we first use a command that returns information
then we store it with the command
Results.StoreLast myVariableName
later to use the variable in OSD or TTS commands, instead of using {lastresult} we use {var.myVariableName}
the results will remain stored in the variable until you close VoxCommando, or overwrite the variable with new data.