.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-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos