.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-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos