Convert Decimal to Text

Hi there,

I want to convert a decimal value to a Text value.

In C# I do do the following: Text = Convert.Tostring(12345.678);. Now the Text value is “12345.678”.

I this possible in C/AL Code?

Use FORMAT(123456)

Thanks!!

Welcome

Please be so kind and click the green “Verify Solution” button in the post which helped you.