pure functionlength
Return length of string
Extends from Modelica.Icons.Function (Icon for functions).
Information
Syntax
Strings.length(string);
Description
Returns the number of characters of "string".
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | string |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | result | Number of characters of string |