Script to select columns from a list in clipboard
Follow up....still problem. I need to convert a list of strings copied from row values which, when pasted here looks like thisTcea1 Atp6v1h Oprk1 Rb1cc1 Fam150aWhen pasted in the script window it looks like this Tcea1Atp6v1hOprk1Rb1cc1 I need code to convert the clipboard contents to this {Tcea1, Atp6v1h, Oprk1, Rb1cc1, Fam150a} and this does not work .... {"Tcea1, Atp6v1h, Oprk1, Rb1cc1, Fam15...