[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Numeric-format for STRING(DECIMAL)

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
[quote user="gus bjorklund"] When converting values from decimal storage to text, use whatever format is suitable for your intended use. [/quote] Well that's the issue, you can't specify the decimal separator for the STRING() function. You get the string value in the current numeric-format setting, using the sessions decimal point, and need to do a replace to get something fixed. I have a workaround, which is fine for me, but a built-in way would have been nice...

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