[SCHEDULER-1522]  Generation of RTML fails on systems with comma as decimal point
Type Bug
Priority Medium
Severity Major
Component RTML 2.3 Scriptable Component
Fixed In Version [8.1.28.1.2
Versions Affected [8.08.0
Severity Closed
Resolution Unresolved
Reported By Bob Denny
Resources Bob Denny
Start Date 1/11/2017

Description
See this Comm Center thread by Albert Van Duin specifically starting with this

Comments
7/22/2018 2:19:45 PM   Bob Denny
Closing, I read the thread and he is happy.
1/13/2017 9:55:31 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/etc
SVN Revision 155
Affected files /rtml23/trunk/Common.bas (Modified)
/rtml23/trunk/RTML.cls (Modified)
/rtml23/trunk/XML_RTML23.dll (Modified)
/rtml23/trunk/XML_RTML23.exp (Modified)
/rtml23/trunk/XML_RTML23.lib (Modified)
/rtml23/trunk/XML_RTML23.vbp (Modified)
/rtml23/trunk/XML_RTML23.vbw (Modified)
Check-in comment Fix a couple of comma-decimal issues -> V 2.3.0.5 GEM:1522
1/13/2017 9:35:43 AM   Bob Denny
Posted 2.3.0.5 to the Comm Center thread. Awaiting customer feedback.
1/13/2017 9:32:29 AM   Bob Denny
Found a couple of cases where CStr() was being used to convert decimals for XML input, and XML does not allow ',' as the decimal point. Now look for and replace ',' with '.' before sending into XML engine. This becomes 2.3.0.5 of this ancient component.