CHR

Action

Insert special characters, such as carriage returns, in a string.

 

Syntax

CHR (character code)

 

Parameter

Character code

A numeric expression representing the character code to insert.

 

Returns

The string representation of the character code.

 

Example

$Message  = "Hello " + @USERID + Chr(13) + Chr(10)+ "Welcome to our network."