search for: e123456

Displaying 1 result from an estimated 1 matches for "e123456".

Did you mean: 123456
2011 Apr 05
2
Pulling strings from a Flat file
Hi, I have a flat file that contains a bunch of strings that look like this. The file was originally in Unix and brought over into Windows: E123456E234567E345678E456789E567891E678910E. . . . Basically the string starts with E and is followed with 6 numbers. One string=E123456, length=7 characters. This file contains 10,000's of these strings. I want to separate them into one vector the length of the number of strings in the flat file, wher...