39
	
                                            Decimal values in xml's from API's have dots as decimal separator.
When performing EVALUATE on these values on a system with decimal separators other than dots (e.g comma), the reult is incorrect.
By checking the decimal separator before the EVALUATE, the separator can be replaced with the system separator.
											
                                        
                                        
                                        When performing EVALUATE on these values on a system with decimal separators other than dots (e.g comma), the reult is incorrect.
By checking the decimal separator before the EVALUATE, the separator can be replaced with the system separator.
                                            STATUS DETAILS
    
 
                                        
    Needs Votes
     
                                        Comments
As suggested, use the format 9, or, use Separator := DELCHR(FORMAT(1.1),'=','1') trick.
Category: Development
Use evaluate(decimalvariable,text,9) - the 9 will be used for evaluating xml format.
Category: Development
 
		