Results of string functions cannot be used as part of vectors
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one wants to use the return value of a string function as part of a vector, it is not possible:
{1:sTest.len}
does not work.
The issue is the legacy vector parser, which forces the string parse the expression before it is evaluated numerically.
Fix was added to the automatic tests. No deviations occured. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r445]
Diff: