Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000583 [Nexus Portal] Clients minor always 2010-05-13 01:11 2010-06-09 06:56
Reporter tcaduto View Status public  
Assigned To hdanzl
Priority normal Resolution open  
Status assigned   Product Version 3.63
Summary 0000583: Use the format function instead of long messy concatenation sequences.
Description While modifying the code I noticed many instances of long messy concatenation sequences that could be made more readable by using the standard delphi format function.
for example:

lblStatus.Caption := lblStatus.Caption + 0000013#10 + 'Making a new Login attempt ...'

could be
const
CRLF = 0000013#10
lblStatus.Caption := format('%s%sMaking a new Login attempt ... ',[lblStatus.Caption,CRLF]);
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-05-13 01:11 tcaduto New Issue
2010-05-13 01:11 tcaduto Status new => assigned
2010-05-13 01:11 tcaduto Assigned To => hdanzl
2010-06-09 06:56 hdanzl Target Version => Future Release / Not yet scheduled


Mantis 1.1.0a3[^]
Copyright © 2000 - 2007 Mantis Group
32 total queries executed.
30 unique queries executed.
Powered by Mantis Bugtracker