I'm afraid my question was misunderstood.I will try to explain again:
I would like populate two variables at compile time with the current date and a build/version counter.These information are then shown in something like an "About"-Box.In other words placeholders that the IDE will replace during compiler run against current values.
Something like this:
cCompileDate
cBuildNumber
These values will not be changed once the program has been compiled, hence are working like constants.
regards,
TWELVE