Add "getenvvar()" function to the string parser
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Add the getenvvar(VARNAME) string function, which is an interface to the cstdlib function char* getenv(const char*). See http://www.cplusplus.com/reference/cstdlib/getenv/
The changes are quite simple: include cstdlib, create the corresponding function, register it in the string parser and create the corresponding language strings and search database entries.
This functionality was tested in the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r409]
Diff: