Given :-
$text="abc";
$ch = $text{0}; // index character 0 in $text
how do I get the value 65 from $ch as an integer ?
Many thanks in advance,
Aaron
$text="abc";
$ch = $text{0}; // index character 0 in $text
how do I get the value 65 from $ch as an integer ?
Many thanks in advance,
Aaron
Comment