Column Names With A Numeric Initial
I have a code that stumbles with column names having a numeric initial, whereby the code thinks the name represents a date. I did a column rename to overcome the problem but it's ugly. I also found that wrapping the object that represents the names in a Char(obj) statement didn't work either. Any suggestions on how to better deal with this?
dt = Current Data Table();
cnmes = dt << get column na
...