http://d.puremagic.com/issues/show_bug.cgi?id=3013
ZHOU Zhenyu <rin...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Severity|normal |trivial --- Comment #1 from ZHOU Zhenyu <rin...@gmail.com> 2009-05-20 08:21:34 PDT --- string.format("abc","abc"); is same as format(string, "abc", "abc"); which means: format(immutable(char)[], "abc", "abc"); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------