//Scriptfunktion 'UCASE'
//Wandelt eine Variable bzw. einen Text in Grossbuchstaben um.
//Beispiel:
VAR="Das ist ein Test"
MSG_TMP={MSG_TMP}Vor UCASE: {VAR}{RET}{RET}
PRF=UCASE{VAR}
MSG_TMP={MSG_TMP}Nach UCASE: {PRF}
DLG=DLGMESSAGE{{MSG}{MSG_TMP}}
//Scriptfunktion 'UCASE'
//Wandelt eine Variable bzw. einen Text in Grossbuchstaben um.
//Beispiel:
VAR="Das ist ein Test"
MSG_TMP={MSG_TMP}Vor UCASE: {VAR}{RET}{RET}
PRF=UCASE{VAR}
MSG_TMP={MSG_TMP}Nach UCASE: {PRF}
DLG=DLGMESSAGE{{MSG}{MSG_TMP}}