Print start of html file
function printHTML_start extends Modelica.Icons.Function; import Modelica.Utilities.Streams.print; input String fileName = "??????.html" "File on which the html start should be written"; end printHTML_start;