.Modelica.Utilities.Strings.length

Information

Syntax

Strings.length(string);

Description

Returns the number of characters of "string".

Interface

pure function length
  extends Modelica.Icons.Function;
  input String string;
  output Integer result "Number of characters of string";
end length;

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