Value Label
I'm trying to change values in multiple columns using a For loop and an If statement. unfortunately, while it creates the new columns properly, the values in the second column are for some reason copied into the first column as well. What am I missing?New Table( "Untitled 11",
Add Rows( 4 ),
New Column( "Column_1",
Character,
"Nominal",
Set Values( {"A1000", "A2000", "A3000", "A4000"} )
...