To display the string value in specified format
I am summing the field value using scripting and this final summed value i am displaying in message box. But here the issue is, that i want to display the value in specified format
But the issue is, that i am summing the field value using scripting and this summed value i am displaying in message box. i need to display the summed value in specific format ( ###,###,###,##0.00 € ) which is not happening.
Any solutions.?