|
|
Top Previous Next |
|
[BP7,D1,D2,D3,D4,D5,D6,D7,D8, D2005W, D2005N, D2006W, D2006N, D2007W, D2009W, D2010W, DXEW]
This report creates a list of all literal strings, both those declared as constants and those immersed in the code. Consider using a constant or a resourcestring instead of a hard-coded literal string. Using literal strings often makes your code harder to read and maintain.You may use this report to locate and document all strings, for instance when translating your program to another language. This report consists of four sections: - Literal strings declared as constants, more than one character - Literal strings in code, more than one character - Literal strings that could be replaced with constants/resourcestrings, more than one character
**************************************************************************** * Literal Strings Report for * * C:\PROJEKT\RAMVERK\GCACHE.PAS * ****************************************************************************
Literal strings declared as constants, more than one character (136): ----------------------------------------------------------------------------
'--' GPeriod (25) '- not used -' GCommon (229) '- not selected -' GCommon (228) '.avi' GCommon (174) '.bin' GCommon (121) '.bmp' GCommon (142) '.db' GCommon (139) '.dbf' GCommon (127)
See also:
|