Skip to main content
Skip table of contents

StrToArr()

StrToArr() – String in Array umwandeln

Die Funktion erzeugt ein Array aus einem String.

ParameterBeschreibung

aText:C

Umzuwandelnder String

Rückgabewert

Array

Beispiel

CODE
| aArr, cString |

cString := '{0, 1, 2, 3, 4}',
aArr    := StrToArr(cString),
WriteLn(aArr[3])

// Ergebnis: '2'

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.