See this thread http://www.b4x.com/forum/questions-help-needed/2742-y-power-x.html#post15315
Stack1^Result1.text compiles to ...*new DDouble()).... omitting the numeric parameter!
Stack1^Result1 compiles to *new DDouble((var_result1 == ""?0:double.Parse(var_result1,cul)))... as expected.
Stack1^Result1.text compiles to ...*new DDouble()).... omitting the numeric parameter!
Stack1^Result1 compiles to *new DDouble((var_result1 == ""?0:double.Parse(var_result1,cul)))... as expected.