Foreach output into a multi dimensional associative array.

Vino akashvino79 at gmail.com
Wed Oct 28 07:01:54 UTC 2020


On Tuesday, 27 October 2020 at 08:00:55 UTC, Imperatorn wrote:
> On Monday, 26 October 2020 at 19:05:04 UTC, Vino wrote:
>> [...]
>
>
> Some comments:
>
> 1. You're missing a comma (,) after the first item in your 
> apidata
> 2. You're creating a string[int][string] instead of 
> string[][string] (your expected output)
> 3. Where is i++ coming from?
>
> https://run.dlang.io/is/jfPoeZ

Hi,

   Thank yu very much, your suggestion resolved my issue.


More information about the Digitalmars-d-learn mailing list