Skip to main content
Skip table of contents

StrFunc()

StrFunc() – Programm ausführen

Die Funktion führt ein CodeBlock-Programm aus. Ist der Programmtext fehlerhaft, wird ein leerer String zurückgegeben.

Parameter

Beschreibung

aFunctionText:C

Kompletter Programmtext

Rückgabewert


Undefiniert - Rückgabewert des CodeBlock-Textes. Bei Fehler: Leerer String

Beispiel

CODE
| CB |

CB :=   '| String |' +
        'String := ''Hello'',' +
        'Meld(String),',

StrFunc(CB),


JavaScript errors detected

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

If this problem persists, please contact our support.