Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. messyboy

    saving an array of strings to a file

    try { // Show the file dialog Handies saving = new Handies(); FileDialog fd = new FileDialog(this, "Write File", FileDialog.SAVE); fd.setFile(""); fd.show(); // Get file name and directory. // Remove ".*.*" from file name, if necessary String dir =...

Part and Inventory Search

Back
Top