#CACHE()+#CACHE() doesn't work
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The simple string expression
#CACHE(:,1) + "\t" + #CACHE(:,2)
doesn't work.
Analysis:
These misbehavior results from the wrong order of the quotation marks and the braces (which are returned from the content of the caches). Also, there is no resolving of vector expressions at the relevant position.
Implementation:
Fix was implemented as indicated by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
Tests were passed successfully. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: