Remove first part of one line of the log file (until ",")
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;