.KeyWordIO.readColsCSV

Information

Read number of columns from CSV file

Interface

function readColsCSV
  extends Modelica.Icons.Function;
  input String fileName "CSV file name";
  input String delimiter = "\t" "Delimiter of CSV file";
  input Boolean cache = false "Read file before compiling, if true";
  output Integer col "Number of columns";
end readColsCSV;

Generated at 2024-04-17T18:16:15Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos