sorry for the title, =P
but im not sure about what to write there :lol:

i have a unit with
like 400 strings conts

grouped in const arrays

they are declared like

const
name : array[0..71] of string = (


on the initialization i put all then in a list and do some things later,

so my question is, there is a better way to do that?
i would like to protect these conts from malicious users too :?