.Modelica_Requirements.Internal.getFirstName

Information

Get first name of a Modelica path name

Interface

function getFirstName
  import Modelica.Utilities.Strings.*;
  input String path;
  output String head "= path upto but not including the first \".\" (if \".\" not present, head=path)";
end getFirstName;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos