I have a public readonly variable in a module, but when I try to set it in my form load event for the first time I get 'ReadOnly' variable cannot be the target of an assignment.

It is my understanding that a ReadOnly variable can only be set once and after that you would get an error when setting it.