Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: CStr function

Dim x As Integer

Dim y As Integer
x% = 1
y% = 2
' Use the addition operator +

Print x% + y% ' Prints 3
' Use the string concatenation operator +

Print CStr(x%) + CStr(y%) ' Prints 12
Related topics
CStr function




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009