Get correct output of VALUE, OPTION->AUTOPHASE
When querying the value of Options the user gets the default value but not the actual value. E.g. after
OPTION, AUTOPHASE=4;
VALUE, OPTION->AUTOPHASE;
one would expect to get
value: {OPTION->AUTOPHASE} = {4}
as output. But this isn't the case.