www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - auto conversion to ascii

My Dynamic array complete show is good but when assign it's one 
index to a variable, it's saves ASCII of that index.
writeln(myarray); // output 24
var = myarray[0]; // it assign 50 to var
Why changed to ASCII and how to get rid of please...
Jul 25 2017