Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: find the position of the field separator in the String---need help ASAP

    You mean like this then? For the purpose of this code the Strings are in a file called pipefile.txt



    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import...
  2. [SOLVED] Re: find the position of the field separator in the String---need help ASAP

    Are you looking to extract the word 'required' and print the position of it within the String?
Results 1 to 2 of 2