Wie viel kompakter als
Konstantenname = Wert
willst du es denn noch haben?
Du kannst optional für deine Konstanten einen Typ angeben:
Delphi-Quellcode:
const
sString1: String = 'String 1';
sString2: String = 'String 2';
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."