Closed ProSurfer73 closed 2 years ago
It would be great to indicate to the user macro definitions missing to evaluate an expression.
Example:
define C 543 define A (4+C+NOMBRE_DE_PERSONNES_SUR_TERRE) look A .. The expression can't be calculated ..
Please define NOMBRE_DE_PERSONNES_SUR_TERRE. The macro has not been found anywhere.
https://github.com/ProSurfer73/Macro-Parser/commit/225be21d72112eafa82dfcaceb539093ef6f38f3
Issue closed. The feature has been implemented.
It would be great to indicate to the user macro definitions missing to evaluate an expression.
Example:
define C 543 define A (4+C+NOMBRE_DE_PERSONNES_SUR_TERRE) look A .. The expression can't be calculated ..
Please define NOMBRE_DE_PERSONNES_SUR_TERRE. The macro has not been found anywhere.