Quote:
Originally Posted by Michel
It's easy: the code above is a function, so you need to call it somewhere. If you never call it, this function will never run, so it's useless to keep it in the compiled file; that's the meaning of the error you get.
|
I figured it out and got it working. Thank you.