Skip to main content
Skip table of contents

StrArray()

StrArray() – String in Array-Element umwandeln



Die Funktion wandelt eine Zeichenkette, welche durch Zeilenumbruch getrennte Werte enthält, in eine Array um, wobei jede Zeile einem Array-Element entspricht.

Parameter

Beschreibung

aText:C

Zeichenkette

Rückgabewert

Array

Beispiel

CODE
StrArray('Zeile 1' + crlf +
         'Zeile 2' + crlf +
         'Zeile 3')          // Ergebnis: <Array> = [Zeile 1, Zeile 2, Zeile 3]

Weitere Verknüpfungen

JavaScript errors detected

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

If this problem persists, please contact our support.