auto conversion to ascii

Zaheer Ahmed via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 25 06:34:22 PDT 2017


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...


More information about the Digitalmars-d mailing list