17 posts
Yves Mario Seiler (yoveo) wrote:
Hi there
I'm having a hard time defining a public array in rhino script:
Option Explicit
Public arrImpressions()
Public arrKlicks()
Public arrCTR()
Public arrCPC()
This works the first time I run the code, but the second time I get a runtime error... The only way to resolve this is to quit rhino and restart.
What do I do wrong here?
Thanks!