Associate Arrays (aka dictionary) are now in experimental form in the DWScript repository. They extend the array type declarations: in the same way you could declare an “array [TEnum] of Xxx” you can now declare an “array [String] of Xxx”, and not just with strings but with ...
More...