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 www.webforumz.com - Copyright 2003-2004
![]() |
|
![]() |
|
![]() |
|
![]() |
"I am a writer, not a business-person. I don't want... Read More
We are clearly well past the innocent "golden age" of... Read More
This article was prompted by some customer support work I... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
Setting up a website is the very first step of... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
Why do some sites succeed while the vast majority of... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
A PHP Redirect automatically transfers a web user from one... Read More
A professional online reputation is essential to the flourishing of... Read More
An additional benefit of website accessibility is an improved performance... Read More
While it may seem like a "quick and easy" task,... Read More
You know exactly what your organisation does and what your... Read More
So you've decided to start an online work at home... Read More
One of the things that many people overlook when building... Read More
Anyone who knows anything about web accessibility knows that images... Read More
The big thing these days is your ability to capture... Read More
So you want to take a look at a real... Read More
Most web sites are more like stage sets than real... Read More
If you are looking for creating your online presence you... Read More
Do you need a web site? Are you considering getting... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
It never ceases to amaze me how many people set-up... Read More
A common dilemma most small and medium businesses face when... Read More
First, using a lot of web graphics, flash, banners and... Read More
Like most average persons, I wanted some extra money to... Read More
Creating and maintaining an effective presence on the Web has... Read More
Many millions of dollars are being wasted on promoting and... Read More
Just like all things in life, the ways to run... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
After having decided to start a business, the next thing... Read More
If you're an up and coming graphic/web designer just out... Read More
Any new website competing on the internet, needs to take... Read More
If your company own one or more stores, you might... Read More
A professional online reputation is essential to the flourishing of... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
This simple question can take on several different forms, but... Read More
In a previous ezinearticles.com article,"I Need real visitors, Not Search... Read More
One of the best tools you have as a webmaster... Read More
Losing website sales and traffic is sometimes simply a case... Read More
I can't think of any business alive today that couldn't... Read More
If you are like me you have wanted to build... Read More
Some left shoes are in isle 5, while the right... Read More
When visitors add your web site to their Favorites or... Read More
Anyone who knows anything about web accessibility knows that images... Read More
This article was prompted by some customer support work I... Read More
No matter what browser you may want to use, you... Read More
In the late 1990's three San Francisco based web developers... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
Like most average persons, I wanted some extra money to... Read More
"What's in it for me?" you ask. "Why should I... Read More
We've all seen those messages on some websites warning not... Read More
The Internet is being used by local service business to... Read More
A company must earn and keep trust or sales don't... Read More
What do you mean, you don't have a website for... Read More
Most interactive websites nowadays would require a user to log... Read More
Launching a new small business website is often a long... Read More
Have you ever wondered what challenges are faced by other... Read More
The first thing you will have to deal building your... Read More
The growth in Internet usage around the world is astounding... Read More
This is a growing concern amongst many business owners. Does... Read More
Often time I've browsed sites and seen the same thing... Read More
Developing a website with content that entices visitors to return... Read More
Web Development |