Using loadStrings()

Tried to load a text files into a String[], but ERROR occurs: "cannot convert from String[] to String[]"

here's the code:

  String[] data = loadStrings("test.txt");
  print("Loading Finished.");
}

What can I do if it can't convert it's same data type??

Tagged:

Answers

Sign In or Register to comment.