Hello.
I have been requested to write code that can be modified easily (adding new conditions) by other people.
I have been suggested that code in the way

if user="user1"
or user="user2"
or user="user3"
...
EndIf

would be absolutely clumsy-proof. :-)

However, kix interpreter is not able to understand it correctly. Is it possible to tell kix that the line is broken (using "_" or whatever as in other languages) or it just reads, proccesses and executes code line by line?

Thanks in advance.
PS Yes, I know it is horrible, don't blame on me :-)