API - Load MathCAD Matrix with JScript
Does anybody know the correct code for reading out matrix content with JScript in MathCAD when loading it through the API?
This is the MathCAD simplified example in MathCAD Prime 11.


This is the code in the button:

Reading a matrix value like this works excellent when loading the Matrix as a normal input variable without API.
Other API functions works fine, like for instance Worksheet.Output.GetValue("EampleNumber").RealResult

