HugoG
HugoG
About
- Username
 - HugoG
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                I found a workaround: Now, if my string has #13#10 then I ommit the quotes FRReport.Variables := 'Hello'+#13#10+'World'; All works perfect this way. Regards.
 - 
                gordk wrote: » THIS IS NOT A BUG READ THE PROGRAMMERS MANUAL ON MODIFYING A VARIABLES VALUE All single quotes must be doubled; - string should not contain #13#10 symbols. Not happy about it should not contain #13#10... but you're righ…