Re: Storing Formatted Array Value

2017-11-28 Thread Petar via Digitalmars-d-learn
On Wednesday, 29 November 2017 at 07:08:12 UTC, Vino wrote: Hi All, Request your help, with the below code I am able to print the value of the array without brackects , but can some on help me on hot to store this output to a variable Program: import std.stdio; import std.container; void ma

Storing Formatted Array Value

2017-11-28 Thread Vino via Digitalmars-d-learn
Hi All, Request your help, with the below code I am able to print the value of the array without brackects , but can some on help me on hot to store this output to a variable Program: import std.stdio; import std.container; void main() { auto test = Array!string("Test1", "Test2"); writ