String variables contents case

edited 5:57PM in FastReport 4.0
We found that when there are more FR string variables with contents that differs just in letter case (ie. 'Test' vs 'TEST'), FR seems to use content of the first variable even for the rest of them. Is this as expected ?

In code:
frxReport1.Variables := '''' + 'test' + '''';
frxReport1.Variables := '''' + 'TEST' + '''';
frxReport1.Variables := '''' + 'TeSt' + '''';

In report memos:
[Variable1]
[Variable2]
[Variable3]

Output:
test
test
test

Thanks
Michal

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.