Der String-Ausdruck wird rechtsbündig in die String-Variable eingesetzt, ohne daß deren Länge verändert wird.
The string expression is inserted right justified into the string variable without its length being altered.
Wenn ein Fehler aufgetreten ist, enthält diese String-Variable nach der Rückkehr einen der Fehlertexte aus dem vorherigen Feld, sonst wird ein Leerstring zurückgegeben.
If an error has occurred, this string variable contains one of the error texts from the previous field after the return; otherwise, an empty string is returned.
Sie müssen dem gleichen Format wie oben in C folgen, keyword ist die String-Variable, die Sie aufrufen
You have to follow the same format as above in C#, keyword is the string variable you call
0x10 0x10 0x20 sind drei Zeichen in der String-Variable, obwohl nur ein Zeichen dargestellt wird.
0x10 0x10 0x20 are three characters in the string variable, even though only one character is displayed.
Bitte beachten Sie, dass die String-Variable 'char50' nun durch die Konstante mit 50 Zeichen (Zeichen "x" und 49 Leerzeichen) initialisiert wird.
Please note that the string variable 'char50' is now initialized by the constant of 50 characters (character "x" and 49 spaces).
Wenn ein Zeiger auf eine String-Struktur (Quelle) einer String-Variable (Ziel) zugewiesen wird, schreibt der Referenzzähler vor, wie dies ausgeführt wird.
When a pointer to a string structure (source) is assigned to a string variable (destination), the reference counter dictates how this is done.
Bei einer String-Funktion also eine String-Variable.
In cases of string functions, this is then a string variable.
In diesem Code versuchst Du, eine ganze Zahl in einer String-Variable und eine Zeichenkette in einer Integer-Variable zu speichern - und glücklicherweise wird Xcode Fehlermeldungen schmeißen.
In that code, you're trying to put an integer into a string variable, and a string into an integer variable - and, thankfully, Xcode will throw up errors.
Die Zuweisung S:= P, in der S eine String-Variable und P ein PChar-Ausdruck ist, kopiert einen nullterminierten String in einen String.
The assignment S:= P, where S is a string variable and P is a PChar expression, copies a null-terminated string into a string.
Ein Beispiel: Wenn $list1$ für a, b, c, d, e steht und $line$ als String-Variable trägt.
Example: Let $list1$ be the list a, b, c, d, e, and $line$ a String variable. The statement
Lass uns das ausprobieren: erste Zeile erstellt eine String-Variable und die zweite setzt sie auf den Wert von getHaterStatus() - und heute ist das Wetter regnerisch, also werden diese Hater ganz sicher haten.
The first line creates a string variable, and the second assigns to it the value from getHaterStatus() - and today the weather is rainy, so those haters are hating for sure.
Durch die Anführung einer String-Variable oder String-Konstante, die einen Wert "enthält" oder "trägt": $MsVersion$ kann - sofern der Variable zuvor ein entsprechender Wert zugewiesen wurde - für "6.1" stehen.
A value can be given by a String variable or a String constant, that "contains" the value: The variable $MsVersion$ may stand for "6.1" - if it has been assigned beforehand with this value.
sStr=String REM sStr ist eine implizite string-Variable
sStr=String REM sStr is an implicit string variable