.Modelica.Utilities.Strings.length

Return length of string

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 2025-04-06T18:19:50Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos