28.02.2014, 11:47
use this for declaration-
and condition this--
Код:
new firstname[15],lastname[15];
Код:
if(strlen(firstname)>15)
{
//wahtever u want to do
}
if(strlen(lastname)>15)
{
//wahtever u want to do
}

