2015-12-30 17:37 GMT+01:00 Charlie <[email protected]>:
> Can I get your code to calculate something like
> 28*(5/2.3)
> If so how?
 Dim hEval As New SimpleEval


  hEval.Formula = "28*(5/2.3)"
  hEval.Execute

  If Not hEval.Error Then
    Print hEval.Value
  Else
    Print hEval.ErrorText
  Endif

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to