When i replace point with comma ";" it's dump. me i have to use number with comma.
who to resolve this probleme
data: c(15) type c value '70.12345678',
c1 type p decimals 3,
c2 type p decimals 3,
c3 type p decimals 2 value '2.5'.
move c to c1.
c2 = c1 + c3 + 1 .
write: c2.
thanks