So I need to covert a string captured in the clipboard from BBEdit and convert it to a list. The string will vary in what is contained and what the length is…
Here’s an example.
{“19”, “30”, “2”, “463”, “26”, “478”, “23”, “46”, “468”, “122”, “112”, “185”, “186”, “128”, “132”, “145”, “152”, “406”, “412”, “419”, “423”, “426”, “174”, “13”, “66”, “70”, “74”, “83”, “92”, “96”, “100”, “222”, “461”, “107”, “110”, “230”, “191”, “198”, “15”, “12”, “14”, “471”, “18”, “199”, “212”}
My only other choice is to do a repeat from i to 500, to cover any additions, by using a list I can cut the script from it current 20 minutes, to 5 (hopefully) :D.
Thanks