in reply to Re: Counting number of characters in a string
in thread Counting number of characters in a string

hi all, counting number of characters is so easy.. use:length($stringname); $x=length($stringname);
  • Comment on Re^2: Counting number of characters in a string