Thread: Ask!
View Single Post
  #938 (permalink)  
Old 01-18-2008, 03:00 PM
RaidenDSI RaidenDSI is offline
Junior Member
 
Join Date: Dec 2007
Posts: 2
RaidenDSI is on a distinguished road
Quote:
Originally Posted by Michel View Post
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.
Reply With Quote