Question: How to hide the warning message and continue last statement in c#

1.

Actually the goal is to output a numeric to c# variable after run a procedure

i use EvalMapleStatement to run the procedure body and then

use another EvalMapleStatement to call this procedure

it do not know the procedure or variable in last EvalMapleStatement

2.

then i think whether i can run it once with one EvalMapleStatment

however i got maple warning about declared local variables to procedure

so, the output with c# function cbText is a x box

Please Wait...