| Anonymous | Login | 2010-09-07 22:41 EST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Mantis 1.1.0a3[^]
Copyright © 2000 - 2007 Mantis Group
32 total queries executed. 30 unique queries executed. |