I try to use variant as associative array with dmd2.039, Variant[char[]][int] aa; aa[0]["Month"] = "Jan"; aa[0]["Profit"] = 500; aa[1]["Month"] = "Feb"; aa[1]["Profit"] = 800;
I got core.exception.rangeer...@main(28): Range violation I'm doing something wrong ? Or it's same problem as : http://digitalmars.com/d/archives/digitalmars/D/Variant_string_associative_array_..._fail_87248.html Same problem with dmd2.040 Thanks ! GG