Test functions of Modelica.Utilities.Strings
function Strings extends Modelica.Icons.Function; import Modelica.Utilities.Streams; import Modelica.Utilities.Strings; import Modelica.Utilities.Types; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean ok; end Strings;