property CalcEdit.Result ([Line as Variant]) as Double
Retrieves the result.

TypeDescription
Line as Variant A Long expression that specifies the index of the line where to request the result. 1 indicates the first line in the control, 2 indicates the second and so on...
Double A Double expression that indicates the result of evaluation of the text being typed.
The Result property retrieves the result of the Text expression. The control does not display the result of the evaluation, if the entered expression is not valid, or the FormatResult property is empty. Use the FormatResult property to specify how the result should be displayed. The control fires the Change event when the user alters the expression.