Return First X Characters
Extract the first x characters from each line in a text list and therefore remove all other characters.
Input
Index of character to split after : First charater is index 1, second charater is index 2 etc...
Output
Extract the first x characters from each line in a text list and therefore remove all other characters.
Input
Index of character to split after : First charater is index 1, second charater is index 2 etc...
Output