On Wed, Jun 12, 2019 at 10:30 PM Simon Ameis <SAmeis.fpc at web.de> wrote: > MYINTEGERCONST: Integer = 5; //< defining integer const It's a writeable constant, so not a constant consta if you get my drift. Declaring it just as MyIntegerConst = 5; might work just fine. I'm too lazy to chek that for you. -- Bart