Need help on a couple of objects in Mathcad Prime 7 automation API
Hello,
I would like to better understand the object "ValuesSetter". Description says it is for setting multiple values of double or matrix scaled values by alias. What does "multiple values" mean? How can a single alias, which is supposed to represent a single mathcad variable hold multiple values?
And how is this different from Worksheet methods "SetRealValue", "SetStringValue" & "SetMatrixValue"?
If there's someone who could give a sample code in VB using the object ValuesSetter and one of its methods, that would be great.
There is also an object called SetValueResults. Is it related to object ValuesSetter?
And, does anyone know if it is possible to create a matrix of "strings"? Or mix of strings and double even?
The method "SetMatrixElement" of the Matrix object and the method "SetMatrixValue" of the object Worksheet only create matrices of type double.
I guess I can send the string one by one to mathcad, then group them into one matrix inside the mathcad but I'd like to know if there's a simpler way.
Oh, I actually need to do the reverse as well, but I would like to figure that out myself after someone teaches me how to send matrix of strings to mathcad first.
Thank you and Best regards,
ge

