Search:

Type: Posts; User: fortune2k

Search: Search took 0.13 seconds.

  1. Re: Reading in entire contents of text file to one string

    im strugglig to get my program to only read in the text which can be input on a english keyuboard
  2. Re: Reading in entire contents of text file to one string

    i can use this bit of code to get it work



    if (encrypt == true) {
    if(inputtext.charAt(0)=='·')
    {
    inputtextarray =...
  3. Re: Reading in entire contents of text file to one string

    i think its 250 on the secound ascii table

    the results of

    [code]
    System.out.println("input ="+inputtext);

    System.out.println("it is"+inputtext.charAt(0));

    ...
  4. Re: Reading in entire contents of text file to one string

    i have chop[ped down the method but i still get that strange charcter


    public static String Inputfile2String(String InputFile) {

    String inputtext = "";

    try {
    ...
  5. Re: Reading in entire contents of text file to one string

    i have looked everywhere and that weired dot is n ot in my program at all i think the read in text file thing is boogerd
  6. Reading in entire contents of text file to one string

    Hi Guys ,

    i have a text file Content.txt which only contains the letter 'a'

    i want to create a method which will read in all contents of the text document and store it in one string

    i have...
Results 1 to 6 of 6