Skip to Content
0
Former Member
Sep 01, 2007 at 10:45 AM

Convert dec

15 Views

Hello All

Need convert variable to string

Example

DATA: V TYPE p length 10 decimals 6 VALUE '0000005554.670000'.

DATA: S TYPE C LENGTH 20.

NEED convert to string without zero and without space.

result S = '5554.67'

have universal function to convert?

thx