This list also shows the string type and number of points.
For example, the following command casts the variable as a string type
Beispielsweise wird die Variable durch den folgenden Befehl in einen Zeichenfolgentyp umgewandelt
Strings can be explicitly cast to a different string type.
Strings können explizit in einen anderen String-Typ umgewandelt werden.
In this case, the D compiler automatically promotes the source expression to the string type and performs a string assignment.
In diesem Fall erweitert der D-Compiler den Ausgangsausdruck automatisch auf den String-Typ und führt eine Zeichenkettenzuweisung durch.
For a variable to be a string type, the value assigned should be given in quotes.
Um eine Variable von Zeichenfolgentyp zu sein, sollte der zugewiesene Wert in Zitaten gegeben werden.
However, you can specifically write an empty value for a string type in an answer file by using this option.
Mithilfe dieser Option können Sie jedoch insbesondere einen leeren Wert für einen Zeichenfolgentyp in eine Antwortdatei schreiben.
length if type is a string type
Länge, wenn Typ ein Zeichenfolgentyp ist
In the center of the screen, a window with the last 16 entries for this string type occurs.
In der Mitte des Bildschirms erscheint ein Fenster mit den letzten 16 Einträgen für diesen String-Typ.
Updating string type field with empty string or updating single user type field with empty value works well.
Das Aktualisieren von Feldern des Zeichenfolgentyps mit einer leeren Zeichenfolge oder das Aktualisieren eines Felds vom Einzelbenutzertyp mit einem leeren Wert funktioniert dagegen.
Now when setting a string type for the newly created table field, the size is set to 10 by default.
Bei der Einstellung eines Zeichenfolgentyps für ein neu erstelltes Tabellenfeld wird die Größe 10 standardmäßig festgelegt.
it must contain one entry for each column, and the entry must be a string type.
Er muss einen Eintrag für jede Spalte enthalten, und der Eintrag muss ein Zeichenfolgentyp sein.
The action depends on whether the variable has a numeric or string type and whether
Die ausgeführte Aktion hängt davon ab, ob die Variable einen numerischen Typ oder einen Zeichenfolgentyp aufweist und ob
Also, sometimes a merge is possible only in one direction (for example, a numeric type may be converted to a string type, but not the opposite).
Außerdem kann eine Zusammenführung in manchen Fällen nur in eine Richtung erfolgen (z.B. kann ein numerischer Typ in einen String-Typ konvertiert werden, aber nicht umgekehrt).