Periodic table: Difference between revisions

m
Line 1,032:
F_STAT dataFile = Stat_file("chem_table.txt");
if( dataFile.is_matrix ){
/* Set the ranges to read from the file */
Set the ranges to read from the file.
You can choose the portion of the file that you want to upload.
*/
Range ptr E [0:1:dataFile.total_lines-1, 0:1:dataFile.max_tokens_per_line-1];
E = Load_matrix_mt( SDS(E), "chem_table.txt", dataFile, DET_LONG);
545

edits