Search:

Type: Posts; User: goligol

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    1,244

    Re: space in the Name

    public TreeMap countyDistanceDataParser() {
    TreeMap treeOfCountyDistance = new TreeMap();
    String record = null;
    String key = null;

    try {
    FileReader...
  2. Replies
    3
    Views
    1,244

    space in the Name

    Hi,

    I am trying to read a dat file. each tab has one specific data. but unfortunately some date has space on it. like I am reading "ABC A" I want this to be one token reading a line but it...
Results 1 to 2 of 2