skipWhiteSpaceScan white space |
|
This information is part of the Modelica Standard Library maintained by the Modelica Association.
nextIndex = skipWhiteSpace(string, startIndex);
Starts scanning of "string" at position "startIndex" and skips white space. The function returns nextIndex = index of character of the first non white space character.
| string |
Type: String |
|---|---|
| startIndex |
Default Value: 1 Type: Integer |
| nextIndex |
Type: Integer |
|---|