View Single Post
  #1 (permalink)  
Old 07-31-2007, 06:53 PM
fernando fernando is offline
Member
 
Join Date: Jul 2007
Posts: 40
fernando is on a distinguished road
Help with array and files in java
Hi, How would i get to do a two dimensional array to work and be defined in at least one line. Much like normal arrays such as
Code:
String[] zero={"Hi"};
but i want it to be String[][] and so forth. Also i need help with understanding how to read and write files along with creating to.
I want to make a saved file for a game and the data is stored in like a .txt each variable on a certain line and such.

Thanks.
Reply With Quote
Sponsored Links