I looked through the forum and I didn't see this posted. I want to add all values in a data table that are greater than a particular value to be included as missing value codes. The approach I was thinking of was to iteratively define all those values in a list and then add that list to the iteration like this.
Column( dt, colNames[i] ) << set property ("Missing Value Codes", {999, -999, 1e+13, 1.5e13, 2e+13, 3e+13, 4e+13, 5e+13, 6e+13, 1e+30, 2e+30, 3e+30, -5.5e+29, 9e+33});
Anyone figure this out? If not, I'll work something out and post that.
Slán
SpannerHead