Ok, thanks :) that just leaves me with a good way to do this: char[100] c; c[0..4]=`1234`; writefln(c); > Saaa wrote: >> Are you sure about this? >> Because I can do: >> writefln(c.length); > > If you disassemble it, it might be: > writefln(some_integer_constant);