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
arse(c). MESSAGE d VIEW-AS ALERT-BOX.
Continue reading...

Continue reading...