If you read our tutorial on include files (ssi) then you learned how to encapsulate ASP code within include files and the benefits it brings us.
As developers, we should endeavour to make our lives easier wherever possible... no one wants to re-invent the wheel after all.
Functions and Subroutines exist to not only save us time, but to bring power to our ASP.
They are just another way of encapsulating code, but have a lot more functionality than just 'saving some code for later'.
First, let's look at Functions... Imagine a balloon salesman in the street. We've all seen them they require one piece of information when you buy a balloon, the colour.
Let say we asked for a red balloon... The balloon salesman armed with this 'information' then does a pretty basic action... he hands you the balloon. The balloon you received is a direct result of the information you gave the balloon seller.
Functions are just the same... they return to you a value based on the information you provided. Lets look at an example Function: -
A Function is passed some information. The information we pass a Function, is known as an 'argument'. The information we get back from a Function is known as the 'return value'. Whilst a Function can have many arguments, it can only have one return value.
Let us look at one more example: -
Again, another basic example. We should notice this time that the Function accepts two arguments.
By now, we have some idea of how to write a Function. How do we use one?
Let me show you now how we can use the calcTax example.
Above you see the example function in action... easy huh!
I have tried to make understanding Functions as easy as possible... Understanding a Subroutine (Sub) is now going to be easy for you. Imagine a block of code that performed some instructions based on information you gave it...
Sounds very much like a function, doesn?t it? Well this time, we do not get anything back. A sub does NOT pass back information it just uses the data we give it for some purpose.
I will use only one example of a Sub, and in the same example make use of the sub: -
The above Sub, demonstrates my point. We put something in, it performs an action (in this case writing to the screen), but nothing is returned to us in the code. One thing that REALLY IS important when using a sub, is that we do not put brackets around the arguments... Because we do not have a return value we do not need brackets and in this case, if we try we will get an error.
Well, that just about concludes this article. We should by now be writing efficient code with the use of Functions and Subs. Don?t forget that if you use your functions and subs in multiple pages then you should really store them within include files for reasons of easy maintenance and better performance.
Rob Collyer, experienced with 20 years programming knowledge and site administrator of tutorial on include files (ssi) - Copyright 2003-2004
elite cleaning services Des Plaines ..Just like all things in life, the ways to run... Read More
When people think about the Internet, they think about technology.... Read More
Profiles are one of the best kept secrets around regarding... Read More
One of the things that many people overlook when building... Read More
As increasing numbers of people search for information on the... Read More
It's now easier than ever to take payments on the... Read More
The cost of setting up a web site is dirt... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
Go to any internet marketing forum you want these days... Read More
It is an undeniable fact that not everybody is keen... Read More
If you were asked to put a value on your... Read More
A professional online reputation is essential to the flourishing of... Read More
Like most average persons, I wanted some extra money to... Read More
In the big, wide online world there are millions of... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
Are bloated images slowing down your web site and causing... Read More
Do you make your website just to entertain yourself or... Read More
When you purchase a new item from a Yahoo! Store,... Read More
What you should do and know if you are an... Read More
From early days of www, the Internet sites that are... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
If you're anything like most small business owners, you probably... Read More
Through the explosive growth of the Web, companies have realized... Read More
Alternate medicine finds its own place in the hearts and... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
eco-friendly cleaning service Buffalo Grove ..How many Web Sites did you stumble over telling you... Read More
Anyone who knows anything about web accessibility knows that images... Read More
When most people build a web site, they think one... Read More
Dance is how you pamper your soul and satiate your... Read More
An additional benefit of website accessibility is an improved performance... Read More
A website is like an information flow, with you as... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
The Internet is being used by local service business to... Read More
What to put your the website if you are an... Read More
As increasing numbers of people search for information on the... Read More
More and more businesses are recognizing the importance of content... Read More
QUESTION: Should I build and maintain my business Web... Read More
When you purchase a new item from a Yahoo! Store,... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
An accessible Web site is easily approached, easily understood, and... Read More
I'm one of those people that always wanted a website,... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
If you haven't made the sales and built your clients... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
We are clearly well past the innocent "golden age" of... Read More
A website is the most versatile and cost-effective marketing tool... Read More
You work hard to build traffic to your web page.... Read More
People often come to me in a state of crisis... Read More
Web Development |