Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

CHR

action

Allows you to insert special characters in a string, such as carriage returns.

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."