Usage of string expressions in local variable declaration not possible
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Usage of string expressions in local variable declaration is not possible, if the current variable is the last in the line of declarations.
The issue is that in ProcedureVarFactory::createLocalVars the wrong variable is used for the string expression. Currently, the variable sVarList is used, but it should be sVarValue.
This fix was tested in productive environment. No deviations detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r667]
Diff: