cancel
Showing results for 
Search instead for 
Did you mean: 

How to display two decimal numbers in SAP B1 SDK?

former_member183402
Participant
0 Kudos

Hi all,

How can I display value of variable which has two decimal numbers like 0.00 or 3.00 in SAP B1 SDK?

I tried all possible functions of vb but they do not work

My sample codes are

Dim TaxA As Double = "0.00"<br>Dim TaxAmount As Double ="5.00"<br>TaxA = TaxA + TaxAmount<br>SBO_Application.MessageBox(TaxA)

I want to display the result like 5.00

Please anyone can help me

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi,

Please take a look at this question on Stack Overflow.

Regards,

Johan

former_member183402
Participant
0 Kudos

Thank you Johan,

Answers (0)