Die Zuweisung eines String-Ausdrucks an eine numerische Variable oder umgekehrt ist unzulässig.
The allocation of a string expression to a numerical variable or vice versa is not permitted.
Der Teilstring endet am letzten Zeichen des String-Ausdrucks.
Ergibt einen Teilstring des String-Ausdrucks mit der durch den numerischen Ausdruck gegebenen Länge.
Returns a partial string of the string expression with the length indicated by the numerical expression.
Ist der numerische Ausdruck größer als die Länge des String-Ausdrucks, so wird der gesamte String zurückgegeben.
If the numerical expression is greater than the length of the string expression, the entire string is returned.
Erklärung: Die ersten 8 Zeichen des String-Ausdrucks werden in eine Double-Float-Zahl umgewandelt.
Explanation: The first 8 characters of the string expression are converted into a double floating number.
Ist<Länge>nicht gegeben oder größer als der verbleibende Teil des String-Ausdrucks, so endet der Teilstring am Ende auch
If<length>is omitted or greater than the remaining part of the string expression, the partial string ends at the end of the string expression.