Das Notes Forum
Domino 9 und frühere Versionen => Entwicklung => Thema gestartet von: D. Roth. am 08.09.04 - 13:15:15
-
Hallo zusammen ich hab ein Problem. Ich hab eine Variable mit 260 Zeichen gefüllt wenn ich die Variabel in ein Feld schreib sind es nicht mehr die komplette Zeichenkette.
Meine Frage :
was ist die max. Zeichenlänge einer Notes Variabel ?
mfg neon
-
... aus der designer-hilfe:
Variables with String data types cannot contain more than 2,048 characters. Concatenate multiple variables to handle larger amounts of text. For example, instead of trying to set the variable "Source" equal to a 3,400-character text block, set the variable "Source1" equal to the first 1,700-character text block and "Source2" to the second 1,700 characters. Concatenate the variables as follows: