Useful API Functions: Unterschied zwischen den Versionen

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


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

Version vom 27. Juli 2019, 14:12 Uhr

String[Bearbeiten]

Copying Substrings[Bearbeiten]

aString copyFrom: startIndexto: 'éndIndex

Example:

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



Copyright © 2014-2024 eXept Software AG