in reply to Re: first char of string?
in thread first char of string?

you could do it even shorter: ($char) = split("",$string);