If one tries to use index vectors to read table headlines like data(#, index(:,1)), NumeRe will throw an error stating that # is not a valid numeric character.
Analysis:
The issue results directly from the usage of the index vector index(:,1): in this case the needed recursion will return the result enclosed with extra whitespaces. To solve this issue, simply add StripSpaces() after the recursion.
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The fix was documented in the changes log. Further documentation not needed.
Tests:
This fix was tested in the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Diff: