How to set the value of a cell using character data stored in a variable?
Hi everyone, I want to take the character value of a certain cell and transfer it over to 18 rows in a new data table. I am having issues with the variables col1, col2, and col3 since their data type is character and only contains a single cell value. I cannot find a way to use this variable to populate rows 1-18 of my new table. Here is a small sample of my code: col1 = Column(dt,"PCMTest-A")[12:...
dale_lehman