Thread: While Question
View Single Post
Old 01-15-2010, 09:20 PM   #14 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I'm not sure how to help you from here without writing it for you - any block of code can be turned into a function to do this. If you're including the file, it doesn't necessarily even need to be a function, unless of course it's a library of functions meant for a variety of purposes, which is usually the concept behind having a seperate file inclusion.

The above link illustrates how to form a user defined function. You place the code inside the function, include the file, and call the function.
delayedinsanity is offline  
Reply With Quote