Directly Setting Value of Static Variable

Issue #240 invalid
Calem Bendell created an issue

How do I directly set the value of a static variable?

Comments (2)

  1. Matthias Schoettle

    In the future, if you have questions, before creating an issue, please email our mailing list or ask in HipChat.

    You either have to use an execution statement and write that line. Or you create a setter that is static that you can call then.

  2. Log in to comment