Neil
4-24-20
Operating system: Windows
How would I add a matrix to an existing register?
RecordAddBegin(CommodityVc,"CommodityVc_1");
RecordField(Math,M4Matrix,0,0);
ArrayBegin(Math,-,1);
ArrayField(Country,M4Code,5,CountryVc);
EndArray;
EndRecordAdd;
This sort of works but it crashes when recompiling.