Hello everyone,
I was scouring the Scripting Index and I couldn't find any refence for how to script in the copy column and paste column options
The log will record the past portion but does not record the copy portion.
Looks like the paste portion is just creating a new formula with the same name and then pasting over the copied properties from the copied column (I'm trying to copy over multiple smoother formula columns from one data table to another)
// Paste columns
Data Table("UBS") << New Column("Smoother(UBS Temp)", Numeric, "Continuous", Format("Best", 12), Formula(
So it looks like I'll have to loop through getting the column names, creating new columns in the new table, renaming them, and then copying and pasting the column properties.
Unless anyone has a better idea (which I'm sure there will be!)
Thanks for any input.
Steve