Dear all,
I am experimenting with WALTER and I have found another small inconvenience.
When a tuple ends in ".]", this should normally mean that the existing scalar value of the target variable at that position is reused.
E.g. the code
Code:
set tcp.mute [. . . .]
should do nothing (assuming that there are no stretch values in the definition of tcp.mute).
But it does not work; presumably the height is set to 0. As opposed to it the following works:
Code:
set tcp.mute [. . . . ]
So the WALTER parser finds something I do not understand.
Or have I completely missed something?
Best regards,
DrTT