Das Notes Forum
Domino 9 und frühere Versionen => Entwicklung => Thema gestartet von: TomLudwig am 23.10.03 - 14:49:14
-
Hallo,
ich möchte eine Variable zu einem String kasten um sie in ein Textfeld zu schreiben. Aber wie (mit Script)?
-
Returns a value converted to the String data type.
Syntax
CStr ( expr )
expr
Any numeric expression, date, or string expression that LotusScript can convert to a string.
Return value
CStr returns the value of expr as a String value.
CStr(EMPTY) returns the empty string ("").