T
Togetherwith
Hi, everybody,
I have a text file with all the numbers. Now I want to search the las
two column. There are some space before the last column.So actually th
last two characters in the file can be regarded as a word. The file i
like these:
1 . . . . . . 25
1 . . . . . . 26
1 . . . . . . 27
I just want to search the last columns. For instance, in the exampl
above I want to search the word "26". So how to write the code?
Thank you in advance
I have a text file with all the numbers. Now I want to search the las
two column. There are some space before the last column.So actually th
last two characters in the file can be regarded as a word. The file i
like these:
1 . . . . . . 25
1 . . . . . . 26
1 . . . . . . 27
I just want to search the last columns. For instance, in the exampl
above I want to search the word "26". So how to write the code?
Thank you in advance