Result of expression following NUMERIC FORM must start with "E" or "S"; found value

Synopsis
When setting NUMERIC FORM, you specified a type that is not valid. value is what you specified.

Cause
You specified your choice directly after the keywords NUMERIC FORM (intending it to be a literal string), but you forgot to put quotes around it. Therefore, Reginald assumes that it is the name of a variable which contains the real choice. If value is not what you thought that you were specifying, then this likely is the case.

Cure
If you're directly supplying your choice after the keywords NUMERIC FORM, put quotes around the choice.

Cause
You specified a variable name after NUMERIC FORM, and the value of that variable is not one of the allowed choices.

Cure
Make sure the variable's value is set to one of the allowed choices.

Cause
You misspelled the choice. Make sure that value is exactly what you intended.

Cure
Learn to spell, pizza-complexion. Note that you can abbreviate your choice to only the first letter (ie, "E" or "S").

Cause
value is exactly what you want, but Reginald does not seem to support it.

Cure
Update to the latest version of Reginald at Reginald's web site.