Hi all
i want to have some string constant
i put these in a module
public const name(1) ="hi"
public const name(2) = "hi2"
it says i can not have array , so, what can i do?