where to put a public const in my unit



Hi,

I think i am goining crazy.
Can someone help me where / how to put my constant declaration
so i can use it alsow in other form for te same project.
I can declare it local, but i alsow want to use it behind other forms/units

somethinkg like :

const
public

numberone1='hello world';
numberone2='bye world';

im using D6


gr.
Rene
.