Help for this page

Select Code to Download


  1. or download this
      for (int i<0; i< array.size(); i++) {
        String result = "PR-" + array[i] + "-RD";
        file.write(result);
      }