funny issue with column names
I was wondering about a script that did not do what it was supposed to do - not at all!! Just open the attached data table and run the script: THE_BUGCaption(
"column \!"File Name\!"
values: " || Char((current data table():file Name << Get values));
)
The result is surprising: Why not "A" and "B" ?
One can easily fix the script ...
But digging deeper, there is a quite surprising root cause ...plea...