|
Posted by <talthen.z-serwera.o2 on 08/25/05 21:03
Hello,
I have written such a code:
$String="12345";
$String[0]='?'
It makes $String an array, but I just want to set the first char of it (1)
into ?.
I also tried $String[0]=chr(ord('?'));
but it also doesn't work.
I looked at the manul, but I can't find how to do it.
Regrds,
Talthen
Navigation:
[Reply to this message]
|