Re: where to put a public const in my unit



If these constants are a little bit like global constants then put them in a
seperate unit, in the interface section.

Then each other unit that needs these constants can include the seperate
unit without any problems (like circular troubles).

Bye,
Skybuck.


.