String [] SF = loadStrings("F.val"); // reads array of strings from a file named F.val in the sketch folder int n=SF.length; // sets the number of values in the array float [] F = new float [n]; // table of values that will be extracted from the strings for (int i=0; i