this-> Chr

(Caronte Pcode version 2.0)

Description

string this-> Chr ( int)

Return a specific character;


Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print("Ascii: " + this->Chr(65));


Out:

Ascii: A