Not a big deal. Make an INI file and use READPROFILESTRING

INI file

[Header]
User1=Val1,Val2,Val3
User2=Val1,Val2,Val3

etc...

Dependent on what values you need to store and how consistent they are.

Another option

[HEADER]
User1=Type1
User2=Type2
User3=Type1
User4=Type2

This makes things easier to manipulate without having to change the script
_________________________
Today is the tomorrow you worried about yesterday.