Derek Parnell wrote: > Would is be posible to make Stdout work like this ... > > Stdout("foo", "{n}", "bar"); > > where {n} is the special formatting token whose functionality is the same > as .newline. Yes, it would. Except it might perhaps be Stdout.format ("blah{n}"...) ?