On 03/17/2010 02:58 PM, Lars T. Kyllingstad wrote:
char[][] a = ["hello %s %s world".dup, "foo".dup, "bar".dup];
string fmt = format(a[0], a[1 .. $]);
// fmt is now "hello foo bar world"

thats perfect, thanks

__
Gabriel Laskar <[email protected]>

Reply via email to