displaying (and exporting) the formula of a function
Hello all,
Hopefully this is something you could help me with. I am using Mathcad14, but I do have access also to Mathcad15 if needed (but not any Prime versions).
Suppose I have a sheet with this simple function:
a(b,f):=b+f
I need to:
a) display again lower in the sheet the exact formula of function a (meaning, I want to be able to type somewhere lower in the sheet "a(b,f)=" and then for Mathcad to automatically add after this "b+f")
b) I want to "export" a(b,f):=b+f (or even at least b+f) as a string to a file (excel preferrably)
I do have some (limited) scripting ability and I did manage to export data to excel files, but I can only do so with strings or simple variables. I have not found yet a way to do this for formulas. I am not even sure if it is possible. I do realize "formula to string" is a BIG thing, due to the many possible formats a formula may appear as, but atm I am really dealling with very simple expressions, like a*b+c (single row, basic operators).
Best regards,
Cristian
P.S. I would even be happy if I could export (through a script) the specific a(b,f):=b+f math region to clipboard as a picture and then (still through the script) paste it in excel, if that is easier.

