Question: MathContainer

I am trying to read from a embedded MathContainer a simple expression. I am using the expression func:=parse(GetProperty('MathContainer0', value)); When I execute the above code I get the error, "incorrect syntax in parse: missing operator or ';' (12)". I have read over the help pages on MathContainer, GetProperty, and parse to no help. The syntax looks fine to me. The parse help page did indicate that MathML may be reponsible, but the MathML help page was no help. What is the syntax error that is occuring? The expression works fine if I use func:=parse(GetProperty('TextArea0', value)); I get the error even if all that I'm doing is reading the number 1 from the MathContainer. Ultimately, I want to read in 2D math, so MathContainer is preferred over TextArea. P.S. This is one of my first attempts in using embedded components. Thanks in advance
Please Wait...