From: Andres on
Once you have extracted the right strings before and after each equal sign, you'll need
genvarname
to generate valid variable names from the 'before'-strings,
sscanf
to convert the 'after'-strings to numeric data, and finally
assignin
to get your variables assigned.