noob questions.
what is a .inc file?
what does including source files do?
I've been trying to shift subs out of giant source files into separate small ones, but I am failing miserably. :'(
thanks?
			
			
			
				Quote from: yujinwunz on November 07, 2009, 12:10:41 AM
noob questions.
what is a .inc file?
what does including source files do?
I've been trying to shift subs out of giant source files into separate small ones, but I am failing miserably. :'(
thanks?
read the userguide search for include, though you would probably be better setting up a project that using includes and spliting the code that way......
			
 
			
			
				As Copex said, you'll find enough info about include files in the UserGuide.
Anyway, in case your purpose is to create a project using several source files, you may find these links useful :
http://www.ionicwind.com/forums/index.php/topic,2904.0.html
http://www.ionicwind.com/forums/index.php/topic,2145.0.html