Useful API Functions: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
inherits from: [http://live.exept.de/ClassDoc/classDocOf:,CharacterArray CharacterArray]
inherits from: [http://live.exept.de/ClassDoc/classDocOf:,CharacterArray CharacterArray]
[http://live.exept.de/ClassDoc/classDocOf:,Collection Collection]
[http://live.exept.de/ClassDoc/classDocOf:,Collection Collection]

Useful operations:
* '''copyFrom:'''start [ '''to:'''stop ]
* '''copyTo:'''stop
* '''indexOf:'''char [ '''startingAt:'''idx ]
* '''lastIndexOf:'''char [ '''startingAt:'''idx ]
* '''indexOfString:'''str [ '''startingAt:'''idx ]
* ''',''' str (comma = concatenation)


== [[Collection API Functions | Collection]] ==
== [[Collection API Functions | Collection]] ==

Version vom 4. Dezember 2019, 15:34 Uhr

This document lists most useful (and most often needed) functions. Be aware, that there are many more to be found in either the class references or via the builtin class browser.

String[Bearbeiten]

Reference: String inherits from: CharacterArray Collection

Useful operations:

  • copyFrom:start [ to:stop ]
  • copyTo:stop
  • indexOf:char [ startingAt:idx ]
  • lastIndexOf:char [ startingAt:idx ]
  • indexOfString:str [ startingAt:idx ]
  • , str (comma = concatenation)

Collection[Bearbeiten]

Reference: Collection

Filename[Bearbeiten]

Reference: Filename

Stream[Bearbeiten]

Reference: Stream

Number[Bearbeiten]

Reference: Number and its subclasses Integer, Float, Fraction, Complex



Copyright © 2014-2024 eXept Software AG