Avoid conversions from string to number in Active Links

When you are developing workflows using BMC Developer Studio try to avoid data conversions in Active Links from string to number (decimal or real) because it depends by LOCALE configuration of the end-user: a string value like 9.5 could be converted in 95,0 for locale ro_RO or 9.5. for locale en_US. This situation is happen especially when string values are converted in currency values.

Leave a Reply