How to use JSL to repeat a sequence to the end of a data table?
I have a set sequence that I want to repeat to the end of a data table like you can do with the "Fill to End of Column" when you select rows where this can go on for an unspecified number of rows
I'm using the following:
NewColumn("Part", Character, Values({"1-B","1-B","1-B","1-D","1-D","1-D",
"1-F","1-F","1-F","1-H","1-H","1-H","1-J","1-J","1-J","1-L","1-L","1-L",
"2-B","2-B","2-B","2-D",
...