Hi,
i am trying to save Data on a Oracle Database. Therefore - i cannot work with the '%' Symbol.
input: 5.00 % (string)
That´s why i am removing these Characters by 'removeChars($Stückzahl_MAX$,"%")' and 'removeChars($Stückzahl_MAX$,"*")' to get rid of the space. My question is no: Why can I not convert this string value into a Double?
output 5.00 (string)
Thanks a lot!