Problem while copy Array Element to variable

Zaheer Ahmed via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 25 09:14:21 PDT 2017


My Dynamic array completely work 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.


More information about the Digitalmars-d mailing list