Useful API Functions: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
=== Copying Substrings ===
=== Copying Substrings ===


''aString'' <code>copyFrom: ''startIndex''to: 'éndIndex''
''aString'' <code>copyFrom:''startIndex'' to:''endIndex''


Example:
Example:

Version vom 27. Juli 2019, 14:13 Uhr

String[Bearbeiten]

Copying Substrings[Bearbeiten]

aString copyFrom:startIndex to:endIndex

Example:

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



Copyright © 2014-2024 eXept Software AG