Forum Post: RE: E-Notation

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
Assuming a reasonably recent version of Progress and Windows, Try something like this. def var c as char. def var d as dec. c = "123E+4". d = System.Double:Parse(c). MESSAGE d VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top