Useful API Functions

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen

String[Bearbeiten]

Copying Substrings[Bearbeiten]

aString copyFrom:startIndex to:endIndex

Example:

 'hello world' copyFrom:1 to:5. 
 => 'hello'



Copyright © 2014-2024 eXept Software AG