Useful API Functions
String[Bearbeiten]
Copying Substrings[Bearbeiten]
aString copyFrom: startIndexto: 'éndIndex
Example:
'hello world' copyFrom:1 to:5. => 'hello'
aString copyFrom: startIndexto: 'éndIndex
Example:
'hello world' copyFrom:1 to:5. => 'hello'
Copyright © 2014-2024 eXept Software AG