.Modelica_Requirements.Internal.removeFirstElement

Information

Remove first part of one line of the log file (until ",")

Interface

function removeFirstElement
  import Modelica.Utilities.Strings.*;
  input String line "One line of log file";
  output String element "Removed element (without ',')";
  output String updatedLine "= path where part upto first \",\" is removed (if \",\" not present, updatedLine=line)";
end removeFirstElement;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos