Hello,
got a question that has been bugging me
For example there is this text file:
Name: yyyy mm dd Phone: Email:
Andrew 1989 5 8 123459886 somethin@
Emma 1988 1 30 256497565 other@
Stan 1991 12 26 456548912 tell@
Charles 1975 8 11 123154894 2eee@
can i get first the values from the yyyy, mm , dd columns, then name column, then phone and then email, and input them into a string?