.QCalcTests.Utilities.print2

Information

Print a string to the standard output as well as a file

Interface

function print2
  import Modelica.Utilities.Streams.print;
  input String string = "" "String to be printed";
  input String fileName = "" "File where to print (empty string is the terminal)" annotation(
    Dialog(__Dymola_saveSelector(filter = "Text files (*.txt)", caption = "Text file to store the output of print(..)")));
end print2;

Generated at 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos