You fill first few chars with data fromATA_STR but the rest 10 bytes of the array are still part of the string
Edit: you fill first 5 chars and have 11 bytes of zeroes in the tail. My counting skill is too bad. ;)
thedeemon via Digitalmars-d-learn Fri, 17 Oct 2014 00:36:07 -0700
You fill first few chars with data fromATA_STR but the rest 10 bytes of the array are still part of the string
Edit: you fill first 5 chars and have 11 bytes of zeroes in the tail. My counting skill is too bad. ;)