'declare' causes issues with procedure arguments
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If used in combination like this, declare causes strange argument parsing issues:
declare myvar := "C:/mypath"
var path
path = myvar + "/mysubpath/myfile.ext";
$myproc(path);
The actual issue was that the user had used the same names for the arguments as the constants in declare. We will enhance the checks of the arguments and provide static code analyzer errors.
This fix was tested manually. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1011]
Diff: