Problem while copy Array Element to variable

Ali Çehreli via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 25 10:13:00 PDT 2017


On 07/25/2017 10:11 AM, Ali Çehreli wrote:

>     int var;
>     auto var = myarray[0]; // it assign 50 to var

Remove that 'auto' please. Apparently, I edited my message instead of 
code. :p

Ali



More information about the Digitalmars-d mailing list