this-> StrLen

(Caronte Pcode version 2.0)

Description

int this-> StrLen ( string [subject])

Returns the length of the given string.


Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print(this->Format("len: %d",this->StrLen("Virgilio")));


Out:

len: 8