Solving the decimal separator problem
Reading a decimal number from a string can bring you a lot of trouble if you support clients with different decimal separators. Here is a simple code to avoid this problem.
Reading a decimal number from a string can bring you a lot of trouble if you support clients with different decimal separators. All of the calculation will simply not complete and no error is generated in the log. Here is simple code to avoid this problem:
Dim international As NotesInternational Set international = s.International dSeparator= international.DecimalSep
Replace the "." with the separator before converting the string to a number and do your calculation.
Do you have comments on this Ask the Expert question and response? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Jennifer Y Qin. Please let others know how useful it is via the rating scale below. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.