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
You've put up a website to promote a product or... Read More
Building a new website can be a lengthy task. From... Read More
I talk with so many people who have small businesses... Read More
Are you, like many other website owners, frustrated at the... Read More
Getting a Targeted Visitor to a website is a waste... Read More
They might not be wearing a mask and carrying a... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
Before you set up any scripts you will need some... Read More
A lot has changed in the way sites are optimized... Read More
Here's something you may never have thought of before:If I... Read More
This is a growing concern amongst many business owners. Does... Read More
Although designing a great web site is an important part... Read More
Making a web site is easy. Making a good web... Read More
Your content is what gets you in search engines, speaks... Read More
As increasing numbers of people search for information on the... Read More
Customer service questionnaires can help your clients better understand their... Read More
Making maximum profit from your law firm website is important,... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
In about the Time it takes to Watch a Reality... Read More
So you want to take a look at a real... Read More
Research reveals three important facts:1) The Internet is one of... Read More
In the late 1990's three San Francisco based web developers... Read More
A simple website stats counter is not enough if you... Read More
Spend time planning your Web site. Before you design a... Read More
What is web accessibility & why is it important?Web accessibility... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
There are millions and millions of websites on the Internet.... Read More
In this day and age most businesses consider having their... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
You've decided to create a website to market your products... Read More
Revenues are often lost because many business owners don't see... Read More
Any new website competing on the internet, needs to take... Read More
See how you can create graphic effects on text with... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Many millions of dollars are being wasted on promoting and... Read More
In this example I have used the map of the... Read More
Your site is fast and getting traffic, but conversion rates... Read More
1. Choose a big enough font size. A size 12... Read More
Building a new website can be a lengthy task. From... Read More
When you started reading this sentence you assumed lo acabarķa... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
I've heard several prominent web marketers mention in their classes... Read More
Most interactive websites nowadays would require a user to log... Read More
There are millions and millions of websites on the Internet.... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
There's been widespread speculation about the new legislation being introduced... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
First, using a lot of web graphics, flash, banners and... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
It amazes me how many people try to build serious... Read More
Right after the thought, "I need a website," people usually... Read More
If you're fairly new to the Internet scene, you may... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Does My Web Site Require A Web Database?If your web... Read More
Even though the Internet has been around for a long... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
Revenues are often lost because many business owners don't see... Read More
Making money with your web site is the dream and... Read More
No matter the size of your business, having a web... Read More
1. Upload robots.txt file in to your root directory and... Read More
One of my most salient memories from when I sold... Read More
What is CSS?CSS is a simple file which controls the... Read More
Losing website sales and traffic is sometimes simply a case... Read More
From early days of www, the Internet sites that are... Read More
Web Development |