Is there a way to include a file but not execute its content?
Printable View
Is there a way to include a file but not execute its content?
No...because that defeats the whole purpose of having an included file.Quote:
Originally Posted by MasterDucky
You should never include code you don't want executed because it gives the interpreter more to handle therefore taking up more resources and time.
Thanks Peej!